java.lang.Object
org.omg.CORBA.portable.ObjectImpl
gov.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
| Fields inherited from class org.omg.CORBA.portable.ObjectImpl |
|
| 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 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 |
_ob_ids_
private static final java.lang.String[] _ob_ids_
_ob_opsClass
public static final java.lang.Class _ob_opsClass
_AuthenticatorStub
public _AuthenticatorStub()
_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