Package com.netscape.cms.realm
Class PKIPrincipal
- java.lang.Object
-
- org.apache.catalina.realm.GenericPrincipal
-
- com.netscape.cms.realm.PKIPrincipal
-
- All Implemented Interfaces:
java.io.Serializable
,java.security.Principal
,org.apache.catalina.TomcatPrincipal
public class PKIPrincipal extends org.apache.catalina.realm.GenericPrincipal
- Author:
- Endi S. Dewata
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PKIPrincipal(IUser user, java.lang.String password, java.util.List<java.lang.String> roles, com.netscape.certsrv.authentication.IAuthToken authToken)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.netscape.certsrv.authentication.IAuthToken
getAuthToken()
IUser
getUser()
-
Methods inherited from class org.apache.catalina.realm.GenericPrincipal
getGssCredential, getName, getPassword, getRoles, getUserPrincipal, hasRole, logout, setGssCredential, toString
-
-
-
-
Constructor Detail
-
PKIPrincipal
public PKIPrincipal(IUser user, java.lang.String password, java.util.List<java.lang.String> roles, com.netscape.certsrv.authentication.IAuthToken authToken)
-
-
Method Detail
-
getUser
public IUser getUser()
-
getAuthToken
public com.netscape.certsrv.authentication.IAuthToken getAuthToken()
-
-