org.omg.SecurityLevel2
Interface PrincipalAuthenticatorOperations

All Known Subinterfaces:
PrincipalAuthenticator
All Known Implementing Classes:
_PrincipalAuthenticatorLocalBase, PrincipalAuthenticatorLocalTie

public interface PrincipalAuthenticatorOperations

Generated from IDL interface "PrincipalAuthenticator".

Version:
generated at Mar 23, 2009 3:46:18 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007

Method Summary
 AuthenticationStatus authenticate(int method, java.lang.String mechanism, java.lang.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(java.lang.String mechanism)
           
 

Method Detail

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,
                                  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 © 2009. All Rights Reserved.