Uses of Class
org.glassfish.security.common.PrincipalImpl
-
-
Uses of PrincipalImpl in com.sun.enterprise.deployment
Subclasses of PrincipalImpl in com.sun.enterprise.deployment Modifier and Type Class Description classResourcePrincipalThis class encapsulates the Resource Principal information needed to access the Resource. -
Uses of PrincipalImpl in com.sun.enterprise.deployment.node.runtime
Methods in com.sun.enterprise.deployment.node.runtime with parameters of type PrincipalImpl Modifier and Type Method Description NodePrincipalNode. writeDescriptor(Node parent, String nodeName, PrincipalImpl descriptor)write the descriptor class to a DOM tree and return it -
Uses of PrincipalImpl in com.sun.enterprise.security
Fields in com.sun.enterprise.security declared as PrincipalImpl Modifier and Type Field Description protected PrincipalImplBasePasswordLoginModule. _userPrincipalMethods in com.sun.enterprise.security that return PrincipalImpl Modifier and Type Method Description PrincipalImplPrincipalGroupFactory. getPrincipalInstance(String name, String realm)PrincipalImplBasePasswordLoginModule. getUserPrincipal() -
Uses of PrincipalImpl in com.sun.enterprise.security.ee.auth.login
Fields in com.sun.enterprise.security.ee.auth.login declared as PrincipalImpl Modifier and Type Field Description protected PrincipalImplDigestLoginModule. _userPrincipal -
Uses of PrincipalImpl in com.sun.enterprise.security.web.integration
Subclasses of PrincipalImpl in com.sun.enterprise.security.web.integration Modifier and Type Class Description classWebPrincipalMethods in com.sun.enterprise.security.web.integration that return PrincipalImpl Modifier and Type Method Description PrincipalImplPrincipalGroupFactoryImpl. getPrincipalInstance(String name, String realm) -
Uses of PrincipalImpl in org.glassfish.security.common
Subclasses of PrincipalImpl in org.glassfish.security.common Modifier and Type Class Description static classFileRealmStorageManager.UserRepresents a FileRealm user.classGroupThis class implements the EJB concept of a Group.classRoleIn EJBs, ACL checking is done using the Roles.
-