Uses of Class
org.omg.Security.InvocationCredentialsType

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

Uses of InvocationCredentialsType in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 that return InvocationCredentialsType
 InvocationCredentialsType CredentialsImpl.credentials_type()
           
 

Constructors in org.jacorb.security.level2 with parameters of type InvocationCredentialsType
CredentialsImpl(SecAttribute[] attributes, AuthenticationStatus status, InvocationCredentialsType type)
           
 

Uses of InvocationCredentialsType in org.omg.Security
 

Fields in org.omg.Security declared as InvocationCredentialsType
 InvocationCredentialsType InvocationCredentialsTypeHolder.value
           
static InvocationCredentialsType InvocationCredentialsType.SecOwnCredentials
           
static InvocationCredentialsType InvocationCredentialsType.SecReceivedCredentials
           
 

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

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

Constructors in org.omg.Security with parameters of type InvocationCredentialsType
InvocationCredentialsTypeHolder(InvocationCredentialsType initial)
           
 

Uses of InvocationCredentialsType in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 that return InvocationCredentialsType
 InvocationCredentialsType CredentialsOperations.credentials_type()