public interface PrincipalAuthenticatorOperations
Modifier and Type | Method and Description |
---|---|
AuthenticationStatus |
authenticate(int method,
String mechanism,
String security_name,
byte[] auth_data,
SecAttribute[] privileges,
CredentialsHolder creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data) |
AuthenticationStatus |
continue_authentication(byte[] response_data,
Credentials creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data) |
int[] |
get_supported_authen_methods(String mechanism) |
int[] get_supported_authen_methods(String mechanism)
AuthenticationStatus authenticate(int method, String mechanism, String security_name, byte[] auth_data, SecAttribute[] privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
AuthenticationStatus continue_authentication(byte[] response_data, Credentials creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
Copyright © 2017 JacORB. All rights reserved.