Uses of Class org.omg.Security.OpaqueHolder

Uses in package org.omg.SecurityReplaceable

Methods with parameter type org.omg.Security.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)

Uses in package org.omg.SecurityLevel2

Methods with parameter type org.omg.Security.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 in package org.jacorb.security.level2

Methods with parameter type org.omg.Security.OpaqueHolder

AuthenticationStatus
PrincipalAuthenticatorImpl.authenticate(int method, String mechanism, String security_name, byte[] auth_data, SecAttribute privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
AuthenticationStatus
SunJssePrincipalAuthenticatorImpl.authenticate(int method, String mechanism, 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.continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
not implemented