Source code: gov/lanl/Authenticate/Authenticator.java
1 // **********************************************************************
2 //
3 // Generated by the ORBacus IDL to Java Translator
4 //
5 // Copyright (c) 2000
6 // Object Oriented Concepts, Inc.
7 // Billerica, MA, USA
8 //
9 // All Rights Reserved
10 //
11 // **********************************************************************
12
13 // Version: 4.0.5
14
15 package gov.lanl.Authenticate;
16
17 //
18 // IDL:lanl.gov/Authenticate/Authenticator:1.0
19 //
20 /**The Authenticator interface provides support for checking the authentication
21 * for a single user or a list of users. It can either make the decision
22 * or defer to a service, such as "SecureID" service; it may also keep
23 * a time dependent transient list to support one time sign on via
24 * secure cards or time restricted passwords. It expects to see
25 * data as GSSUP's InitialContextToken which is:
26 * struct InitialContextToken {
27 * CSI::UTF8String username;
28 * CSI::UTF8String password;
29 * CSI::GSS_NT_ExportedName target_name;
30 *
31 * typedef sequence <octet> GSS_NT_ExportedName;
32 *
33 * @author James George
34 * @version $Revision: 1.8 $ $Date: 2001/11/08 23:26:55 $
35 **/
36
37 public interface Authenticator extends AuthenticatorOperations,
38 org.omg.CORBA.Object,
39 org.omg.CORBA.portable.IDLEntity
40 {
41 }