Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

gov.lanl.Authenticate
Class _AuthenticatorStub  view _AuthenticatorStub download _AuthenticatorStub.java

java.lang.Object
  extended byorg.omg.CORBA.portable.ObjectImpl
      extended bygov.lanl.Authenticate._AuthenticatorStub
All Implemented Interfaces:
Authenticator, AuthenticatorOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable

public class _AuthenticatorStub
extends org.omg.CORBA.portable.ObjectImpl
implements Authenticator


Field Summary
private static java.lang.String[] _ob_ids_
           
static java.lang.Class _ob_opsClass
           
 
Fields inherited from class org.omg.CORBA.portable.ObjectImpl
 
Constructor Summary
_AuthenticatorStub()
           
 
Method Summary
 java.lang.String[] _ids()
          Get the array of interface repository ids, defining this object.
 boolean[] areUsersOk(org.omg.GSSUP.InitialContextToken[] _ob_a0)
          Check to see if the users are or can be authenticated; authenticate each user as necessary.
 boolean isUserOk(org.omg.GSSUP.InitialContextToken _ob_a0)
          Check to see if a user is or can be authenticated; authenticate the user if possible.
 boolean isUserOkFromCredentials()
          Check to see if a user is or can be authenticated; authenticate the user if possible.
 void logoffUser(org.omg.GSSUP.InitialContextToken _ob_a0)
          Logoff the user; i.e.
 void logoffUserFromCredentials()
          Logoff the user; i.e.
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Field Detail

_ob_ids_

private static final java.lang.String[] _ob_ids_

_ob_opsClass

public static final java.lang.Class _ob_opsClass
Constructor Detail

_AuthenticatorStub

public _AuthenticatorStub()
Method Detail

_ids

public java.lang.String[] _ids()
Description copied from class: org.omg.CORBA.portable.ObjectImpl
Get the array of interface repository ids, defining this object.


isUserOk

public boolean isUserOk(org.omg.GSSUP.InitialContextToken _ob_a0)
Description copied from interface: AuthenticatorOperations
Check to see if a user is or can be authenticated; authenticate the user if possible.

Specified by:
isUserOk in interface AuthenticatorOperations

isUserOkFromCredentials

public boolean isUserOkFromCredentials()
Description copied from interface: AuthenticatorOperations
Check to see if a user is or can be authenticated; authenticate the user if possible. User information to use for authentication is assumed to be in the security credentials of the connection.

Specified by:
isUserOkFromCredentials in interface AuthenticatorOperations

areUsersOk

public boolean[] areUsersOk(org.omg.GSSUP.InitialContextToken[] _ob_a0)
Description copied from interface: AuthenticatorOperations
Check to see if the users are or can be authenticated; authenticate each user as necessary.

Specified by:
areUsersOk in interface AuthenticatorOperations

logoffUser

public void logoffUser(org.omg.GSSUP.InitialContextToken _ob_a0)
Description copied from interface: AuthenticatorOperations
Logoff the user; i.e. forget that the user had been previously authenticated.

Specified by:
logoffUser in interface AuthenticatorOperations

logoffUserFromCredentials

public void logoffUserFromCredentials()
Description copied from interface: AuthenticatorOperations
Logoff the user; i.e. forget that the user had been previously authenticated. User information to identify the user to log off is assumed to be in the security credentials of the connection.

Specified by:
logoffUserFromCredentials in interface AuthenticatorOperations