Uses of Interface
org.omg.SecurityLevel2.ReceivedCredentials

Packages that use ReceivedCredentials
org.omg.SecurityLevel2   
org.omg.SecurityReplaceable   
 

Uses of ReceivedCredentials in org.omg.SecurityLevel2
 

Fields in org.omg.SecurityLevel2 declared as ReceivedCredentials
 ReceivedCredentials ReceivedCredentialsHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return ReceivedCredentials
static ReceivedCredentials ReceivedCredentialsHelper.extract(Any any)
           
static ReceivedCredentials ReceivedCredentialsHelper.narrow(Object obj)
           
static ReceivedCredentials ReceivedCredentialsHelper.read(InputStream in)
           
 ReceivedCredentials CurrentOperations.received_credentials()
           
static ReceivedCredentials ReceivedCredentialsHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.SecurityLevel2 with parameters of type ReceivedCredentials
ReceivedCredentialsHolder(ReceivedCredentials initial)
           
 

Uses of ReceivedCredentials in org.omg.SecurityReplaceable
 

Methods in org.omg.SecurityReplaceable that return ReceivedCredentials
 ReceivedCredentials SecurityContextOperations.received_credentials()