- All Superinterfaces:
- AuthenticatorOperations, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.Object, java.io.Serializable
- All Known Implementing Classes:
- _AuthenticatorStub
- public interface Authenticator
- extends AuthenticatorOperations, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity
The Authenticator interface provides support for checking the authentication
for a single user or a list of users. It can either make the decision
or defer to a service, such as "SecureID" service; it may also keep
a time dependent transient list to support one time sign on via
secure cards or time restricted passwords. It expects to see
data as GSSUP's InitialContextToken which is:
struct InitialContextToken {
CSI::UTF8String username;
CSI::UTF8String password;
CSI::GSS_NT_ExportedName target_name;
typedef sequence GSS_NT_ExportedName;
- Version:
- $Revision: 1.8 $ $Date: 2001/11/08 23:26:55 $
| 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 |