Uses of Interface
org.omg.SecurityLevel2.PrincipalAuthenticator

Packages that use PrincipalAuthenticator
org.jacorb.security.level2   
org.omg.SecurityLevel2   
 

Uses of PrincipalAuthenticator in org.jacorb.security.level2
 

Classes in org.jacorb.security.level2 that implement PrincipalAuthenticator
 class PrincipalAuthenticatorImpl
          PrincipalAuthenticatorImpl This simple authenticator just retrieves X.509v3 certificates from a Java key store
 class SunJssePrincipalAuthenticatorImpl
          PrincipalAuthenticatorImpl This simple authenticator just retrieves X.509v3 certificates from a Java key store
 

Methods in org.jacorb.security.level2 that return PrincipalAuthenticator
 PrincipalAuthenticator CurrentImpl.principal_authenticator()
           
 

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.read(InputStream in)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.narrow(java.lang.Object obj)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.narrow(Object obj)
           
static PrincipalAuthenticator PrincipalAuthenticatorHelper.unchecked_narrow(Object obj)
           
 PrincipalAuthenticator CurrentOperations.principal_authenticator()
           
 

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)