org.omg.SecurityLevel2
Interface PrincipalAuthenticatorOperations

All Known Subinterfaces:
PrincipalAuthenticator
All Known Implementing Classes:
_PrincipalAuthenticatorImplBase, _PrincipalAuthenticatorStub

public interface PrincipalAuthenticatorOperations

org/omg/SecurityLevel2/PrincipalAuthenticatorOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /home/iurt/rpm/BUILD/apache-geronimo-yoko-33a0be6/yoko-spec-corba/src/main/idl/SecurityLevel2.idl Saturday, November 5, 2011 7:43:25 PM UTC


Method Summary
 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)
           
 

Method Detail

get_supported_authen_methods

int[] get_supported_authen_methods(String mechanism)

authenticate

AuthenticationStatus authenticate(int method,
                                  String mechanism,
                                  String security_name,
                                  Any auth_data,
                                  SecAttribute[] privileges,
                                  CredentialsHolder creds,
                                  AnyHolder continuation_data,
                                  AnyHolder auth_specific_data)

continue_authentication

AuthenticationStatus continue_authentication(Any response_data,
                                             Credentials creds,
                                             AnyHolder continuation_data,
                                             AnyHolder auth_specific_data)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.