public interface PrincipalAuthenticatorOperations
Modifier and Type | Method and Description |
---|---|
AuthenticationStatus |
authenticate(int method,
String mechanism,
String security_name,
Any auth_data,
SecAttribute[] privileges,
CredentialsHolder creds,
AnyHolder continuation_data,
AnyHolder auth_specific_data) |
AuthenticationStatus |
continue_authentication(Any response_data,
Credentials creds,
AnyHolder continuation_data,
AnyHolder 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, Any auth_data, SecAttribute[] privileges, CredentialsHolder creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
AuthenticationStatus continue_authentication(Any response_data, Credentials creds, AnyHolder continuation_data, AnyHolder auth_specific_data)
Copyright © 2013. All Rights Reserved.