Uses of Class
org.omg.Security.CredentialType

Packages that use CredentialType
org.omg.Security   
org.omg.SecurityLevel2   
 

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 CredentialTypeHelper.extract(Any any)
           
static CredentialType CredentialType.from_int(int value)
           
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
 Credentials[] CurrentOperations.get_credentials(CredentialType cred_type)
           
 void CurrentOperations.set_credentials(CredentialType cred_type, Credentials[] creds, DelegationMode del)