org.omg.SecurityLevel2
Interface PrincipalAuthenticatorOperations
- All Known Subinterfaces:
- PrincipalAuthenticator
public interface PrincipalAuthenticatorOperations
Generated from IDL interface "PrincipalAuthenticator".
- Version:
- generated at Mar 12, 2011 4:11:22 PM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
Method Summary |
AuthenticationStatus |
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 |
continue_authentication(byte[] response_data,
Credentials creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data)
|
int[] |
get_supported_authen_methods(java.lang.String mechanism)
|
get_supported_authen_methods
int[] get_supported_authen_methods(java.lang.String mechanism)
authenticate
AuthenticationStatus 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)
continue_authentication
AuthenticationStatus continue_authentication(byte[] response_data,
Credentials creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data)