Class Authentication
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.rmi.server.Authentication
-
- All Implemented Interfaces:
java.io.Serializable
public class Authentication extends java.lang.Object implements java.io.Serializable
Container to hold all necessary authentication token, i.e. login and password- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Authentication(javax.security.auth.Subject subject)
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getPassword()
javax.security.auth.Subject
getSubject()
-
-
-
Constructor Detail
-
Authentication
public Authentication(javax.security.auth.Subject subject) throws EdalAuthenticateException
- Throws:
EdalAuthenticateException
-
-