Uses of Interface
org.omg.SecurityLevel2.InvocationCredentialsPolicy

Packages that use InvocationCredentialsPolicy
org.omg.SecurityLevel2   
 

Uses of InvocationCredentialsPolicy in org.omg.SecurityLevel2
 

Fields in org.omg.SecurityLevel2 declared as InvocationCredentialsPolicy
 InvocationCredentialsPolicy InvocationCredentialsPolicyHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return InvocationCredentialsPolicy
 InvocationCredentialsPolicy CurrentOperations.create_invoc_creds_policy(Credentials[] creds)
           
static InvocationCredentialsPolicy InvocationCredentialsPolicyHelper.extract(Any any)
           
static InvocationCredentialsPolicy InvocationCredentialsPolicyHelper.narrow(Object obj)
           
static InvocationCredentialsPolicy InvocationCredentialsPolicyHelper.read(InputStream in)
           
static InvocationCredentialsPolicy InvocationCredentialsPolicyHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.SecurityLevel2 with parameters of type InvocationCredentialsPolicy
static void InvocationCredentialsPolicyHelper.insert(Any any, InvocationCredentialsPolicy s)
           
static void InvocationCredentialsPolicyHelper.write(OutputStream _out, InvocationCredentialsPolicy s)
           
 

Constructors in org.omg.SecurityLevel2 with parameters of type InvocationCredentialsPolicy
InvocationCredentialsPolicyHolder(InvocationCredentialsPolicy initial)