Uses of Class
org.omg.Security.OpaqueHolder

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

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)