org.jacorb.security.level2
Class PrincipalAuthenticatorImpl

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.jacorb.security.level2.PrincipalAuthenticatorImpl
All Implemented Interfaces:
IDLEntity, Object, PrincipalAuthenticator, PrincipalAuthenticatorOperations, java.io.Serializable

public class PrincipalAuthenticatorImpl
extends LocalObject
implements PrincipalAuthenticator

PrincipalAuthenticatorImpl This simple authenticator just retrieves X.509v3 certificates from a Java key store

Author:
Gerald Brose $Id: PrincipalAuthenticatorImpl.java,v 1.14 2003/12/16 08:42:12 gerald Exp $
See Also:
Serialized Form

Constructor Summary
PrincipalAuthenticatorImpl()
           
 
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)
          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
 

Constructor Detail

PrincipalAuthenticatorImpl

public PrincipalAuthenticatorImpl()
Method Detail

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