org.jacorb.security.level2

Class SunJssePrincipalAuthenticatorImpl

Implemented Interfaces:
Configurable, IDLEntity, Object, PrincipalAuthenticator, PrincipalAuthenticatorOperations, java.io.Serializable

public class SunJssePrincipalAuthenticatorImpl
extends LocalObject
implements PrincipalAuthenticator, Configurable

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

Author:
Gerald Brose $Id: SunJssePrincipalAuthenticatorImpl.java,v 1.5 2004/05/06 12:40:01 nicolas Exp $

Constructor Summary

SunJssePrincipalAuthenticatorImpl()

Method Summary

AuthenticationStatus
authenticate(int method, String mechanism, String security_name, byte[] auth_data, SecAttribute privileges, CredentialsHolder creds, OpaqueHolder continuation_data, OpaqueHolder auth_specific_data)
void
configure(Configuration myConfiguration)
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, _get_interface_def, _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

Constructor Details

SunJssePrincipalAuthenticatorImpl

public SunJssePrincipalAuthenticatorImpl()

Method Details

authenticate

public AuthenticationStatus authenticate(int method,
                                         String mechanism,
                                         String security_name,
                                         byte[] auth_data,
                                         SecAttribute privileges,
                                         CredentialsHolder creds,
                                         OpaqueHolder continuation_data,
                                         OpaqueHolder auth_specific_data)


configure

public void configure(Configuration myConfiguration)
            throws ConfigurationException


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


get_supported_authen_methods

public int[] get_supported_authen_methods(java.lang.String mechanism)
Specified by:
get_supported_authen_methods in interface PrincipalAuthenticatorOperations