Uses of Class
org.omg.Security.OpaqueHolder

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

Uses of OpaqueHolder in org.jacorb.security.level2
 

Methods in org.jacorb.security.level2 with parameters of type OpaqueHolder
 AuthenticationStatus PrincipalAuthenticatorImpl.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 AuthenticationStatus PrincipalAuthenticatorImpl.continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
          not implemented
 AuthenticationStatus SunJssePrincipalAuthenticatorImpl.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 AuthenticationStatus SunJssePrincipalAuthenticatorImpl.continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
          not implemented
 

Uses of OpaqueHolder in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type OpaqueHolder
 AuthenticationStatus PrincipalAuthenticatorOperations.authenticate(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 AuthenticationStatus PrincipalAuthenticatorOperations.continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 

Uses of OpaqueHolder in org.omg.SecurityReplaceable
 

Methods in org.omg.SecurityReplaceable with parameters of type OpaqueHolder
 AuthenticationStatus VaultOperations.acquire_credentials(int method, java.lang.String mechanism, java.lang.String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
           
 AuthenticationStatus VaultOperations.continue_credentials_acquisition(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)