org.jacorb.security.level2
Class PrincipalAuthenticatorImpl
java.lang.Object
org.omg.CORBA.LocalObject
org.jacorb.security.level2.PrincipalAuthenticatorImpl
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable, IDLEntity, Object, PrincipalAuthenticator, PrincipalAuthenticatorOperations, java.io.Serializable
- public class PrincipalAuthenticatorImpl
- extends LocalObject
- implements PrincipalAuthenticator, org.apache.avalon.framework.configuration.Configurable
PrincipalAuthenticatorImpl
This simple authenticator just retrieves X.509v3 certificates
from a Java key store
- Author:
- Gerald Brose
$Id: PrincipalAuthenticatorImpl.java,v 1.15 2004/04/28 12:37:28 brose Exp $
- See Also:
- Serialized Form
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)
|
void |
configure(org.apache.avalon.framework.configuration.Configuration config)
|
AuthenticationStatus |
continue_authentication(byte[] response_data,
Credentials creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data)
not implemented |
int[] |
get_supported_authen_methods(java.lang.String mechanism)
|
Methods inherited from class org.omg.CORBA.LocalObject |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
PrincipalAuthenticatorImpl
public PrincipalAuthenticatorImpl()
configure
public void configure(org.apache.avalon.framework.configuration.Configuration config)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
get_supported_authen_methods
public int[] get_supported_authen_methods(java.lang.String mechanism)
- Specified by:
get_supported_authen_methods
in interface PrincipalAuthenticatorOperations
authenticate
public 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)
- Specified by:
authenticate
in interface PrincipalAuthenticatorOperations
continue_authentication
public AuthenticationStatus continue_authentication(byte[] response_data,
Credentials creds,
OpaqueHolder continuation_data,
OpaqueHolder auth_specific_data)
- not implemented
- Specified by:
continue_authentication
in interface PrincipalAuthenticatorOperations