Uses of Interface
org.omg.SecurityLevel2.ReceivedCredentials

Packages that use ReceivedCredentials
org.jacorb.security.level2   
org.omg.SecurityLevel2   
org.omg.SecurityReplaceable   
 

Uses of ReceivedCredentials in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement ReceivedCredentials
 class ReceivedCredentialsImpl
          JacORB implementation of security Credentials
 

Methods in org.jacorb.security.level2 that return ReceivedCredentials
 ReceivedCredentials CurrentImpl.received_credentials()
           
 

Methods in org.jacorb.security.level2 with parameters of type ReceivedCredentials
 void CurrentImpl.set_received_credentials(ReceivedCredentials creds)
           
 

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
 ReceivedCredentials CurrentOperations.received_credentials()
           
static ReceivedCredentials ReceivedCredentialsHelper.extract(Any any)
           
static ReceivedCredentials ReceivedCredentialsHelper.read(InputStream in)
           
static ReceivedCredentials ReceivedCredentialsHelper.narrow(java.lang.Object obj)
           
static ReceivedCredentials ReceivedCredentialsHelper.narrow(Object obj)
           
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()