Class AuthenticationProcess
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.publication.AuthenticationProcess
-
- Direct Known Subclasses:
FzjAuthenticationProcess,GoogleAuthenticationProcess,IpkAuthenticationProcess,JKIAuthenticationProcess
public class AuthenticationProcess extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AuthenticationProcess()
-
Method Summary
Modifier and Type Method Description javax.security.auth.SubjectgetSubject()protected java.lang.StringgetUsername()protected voidsetSubject(javax.security.auth.Subject subject)protected voidsetUsername(java.lang.String username)
-
-
-
Method Detail
-
getSubject
public javax.security.auth.Subject getSubject() throws EdalException- Returns:
- the subject
- Throws:
EdalException- if unable to getSubject
-
setSubject
protected void setSubject(javax.security.auth.Subject subject)
- Parameters:
subject- the subject to set
-
getUsername
protected java.lang.String getUsername()
- Returns:
- the username
-
setUsername
protected void setUsername(java.lang.String username)
- Parameters:
username- the username to set
-
-