Class PKIPrincipal

java.lang.Object
org.apache.catalina.realm.GenericPrincipal
com.netscape.cms.realm.PKIPrincipal
All Implemented Interfaces:
Serializable, Principal, org.apache.catalina.TomcatPrincipal

public class PKIPrincipal extends org.apache.catalina.realm.GenericPrincipal
Author:
Endi S. Dewata
See Also:
  • Field Summary

    Fields inherited from class org.apache.catalina.realm.GenericPrincipal

    attributes, gssCredential, loginContext, name, password, roles, userPrincipal
  • Constructor Summary

    Constructors
    Constructor
    Description
    PKIPrincipal(User user, String password, List<String> roles)
     
    PKIPrincipal(User user, String password, List<String> roles, IAuthToken authToken)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.apache.catalina.realm.GenericPrincipal

    equals, getAttribute, getAttributeNames, getGssCredential, getName, getPassword, getRoles, getUserPrincipal, hashCode, hasRole, logout, setGssCredential, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.security.Principal

    implies