Uses of Class
org.omg.Security.CredentialType

Packages that use CredentialType
org.jacorb.security.level2   
org.omg.Security   
org.omg.SecurityLevel2   
 

Uses of CredentialType in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 with parameters of type CredentialType
 void CurrentImpl.set_credentials(CredentialType cred_type, Credentials[] creds, DelegationMode del)
           
 Credentials[] CurrentImpl.get_credentials(CredentialType cred_type)
           
 

Uses of CredentialType in org.omg.Security
 

Fields in org.omg.Security declared as CredentialType
static CredentialType CredentialType.SecInvocationCredentials
           
static CredentialType CredentialType.SecNRCredentials
           
 CredentialType CredentialTypeHolder.value
           
 

Methods in org.omg.Security that return CredentialType
static CredentialType CredentialType.from_int(int value)
           
static CredentialType CredentialTypeHelper.extract(Any any)
           
static CredentialType CredentialTypeHelper.read(InputStream in)
           
 

Methods in org.omg.Security with parameters of type CredentialType
static void CredentialTypeHelper.insert(Any any, CredentialType s)
           
static void CredentialTypeHelper.write(OutputStream out, CredentialType s)
           
 

Constructors in org.omg.Security with parameters of type CredentialType
CredentialTypeHolder(CredentialType initial)
           
 

Uses of CredentialType in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type CredentialType
 void CurrentOperations.set_credentials(CredentialType cred_type, Credentials[] creds, DelegationMode del)
           
 Credentials[] CurrentOperations.get_credentials(CredentialType cred_type)