org.omg.SecurityLevel2
Interface PrincipalAuthenticatorOperations

All Known Subinterfaces:
PrincipalAuthenticator

public interface PrincipalAuthenticatorOperations

Generated from IDL interface "PrincipalAuthenticator".

Version:
generated at Mar 17, 2009 1:47:00 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, 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)
           
 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,
                                  byte[] auth_data,
                                  SecAttribute[] privileges,
                                  CredentialsHolder creds,
                                  OpaqueHolder continuation_data,
                                  OpaqueHolder auth_specific_data)

continue_authentication

AuthenticationStatus continue_authentication(byte[] response_data,
                                             Credentials creds,
                                             OpaqueHolder continuation_data,
                                             OpaqueHolder auth_specific_data)