org.csapi.fw.fw_access.trust_and_security
Interface IpAPILevelAuthenticationOperations

All Superinterfaces:
IpAuthenticationOperations, IpInterfaceOperations
All Known Subinterfaces:
IpAPILevelAuthentication
All Known Implementing Classes:
_IpAPILevelAuthenticationStub, IpAPILevelAuthenticationPOA, IpAPILevelAuthenticationPOATie

public interface IpAPILevelAuthenticationOperations
extends IpAuthenticationOperations

Generated from IDL interface "IpAPILevelAuthentication"

Author:
JacORB IDL compiler V 2.1, 16-Feb-2004

Method Summary
 void abortAuthentication()
           
 byte[] authenticate(byte[] challenge)
           
 void authenticationSucceeded()
           
 byte[] challenge(byte[] challenge)
           
 java.lang.String selectAuthenticationMechanism(java.lang.String authMechanismList)
           
 java.lang.String selectEncryptionMethod(java.lang.String encryptionCaps)
           
 
Methods inherited from interface org.csapi.fw.fw_access.trust_and_security.IpAuthenticationOperations
requestAccess
 

Method Detail

selectEncryptionMethod

java.lang.String selectEncryptionMethod(java.lang.String encryptionCaps)
                                        throws TpCommonExceptions,
                                               P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY,
                                               P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_NO_ACCEPTABLE_ENCRYPTION_CAPABILITY
P_ACCESS_DENIED

authenticate

byte[] authenticate(byte[] challenge)
                    throws TpCommonExceptions,
                           P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

abortAuthentication

void abortAuthentication()
                         throws TpCommonExceptions,
                                P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

authenticationSucceeded

void authenticationSucceeded()
                             throws TpCommonExceptions,
                                    P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED

selectAuthenticationMechanism

java.lang.String selectAuthenticationMechanism(java.lang.String authMechanismList)
                                               throws TpCommonExceptions,
                                                      P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM,
                                                      P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_NO_ACCEPTABLE_AUTHENTICATION_MECHANISM
P_ACCESS_DENIED

challenge

byte[] challenge(byte[] challenge)
                 throws TpCommonExceptions,
                        P_ACCESS_DENIED
Throws:
TpCommonExceptions
P_ACCESS_DENIED


Copyright © 2008. All Rights Reserved.