Uses of Interface
org.omg.SecurityLevel2.PrincipalAuthenticator

Packages that use PrincipalAuthenticator
org.omg.SecurityLevel2   
 

Uses of PrincipalAuthenticator in org.omg.SecurityLevel2
 

Fields in org.omg.SecurityLevel2 declared as PrincipalAuthenticator
 PrincipalAuthenticator PrincipalAuthenticatorHolder.value
           
 

Methods in org.omg.SecurityLevel2 that return PrincipalAuthenticator
static PrincipalAuthenticator PrincipalAuthenticatorHelper.extract(Any any)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.narrow(Object obj)
           
 PrincipalAuthenticator CurrentOperations.principal_authenticator()
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.read(InputStream in)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.SecurityLevel2 with parameters of type PrincipalAuthenticator
PrincipalAuthenticatorHolder(PrincipalAuthenticator initial)