Uses of Interface
com.sun.enterprise.security.auth.realm.User
-
Packages that use User Package Description com.sun.enterprise.security com.sun.enterprise.security.auth.realm This package contains the Realms used by Payara for its native identity stores.com.sun.enterprise.security.auth.realm.file -
-
Uses of User in com.sun.enterprise.security
Methods in com.sun.enterprise.security that return User Modifier and Type Method Description UserBaseRealm. getUser(String name)Returns the information recorded about a particular named user. -
Uses of User in com.sun.enterprise.security.auth.realm
Methods in com.sun.enterprise.security.auth.realm that return User Modifier and Type Method Description abstract UserAbstractRealm. getUser(String name)Returns the information recorded about a particular named user. -
Uses of User in com.sun.enterprise.security.auth.realm.file
Classes in com.sun.enterprise.security.auth.realm.file that implement User Modifier and Type Class Description classFileRealmUserRepresents a FileRealm user.Methods in com.sun.enterprise.security.auth.realm.file that return User Modifier and Type Method Description UserFileRealm. getUser(String name)Returns the information recorded about a particular named user.
-