Uses of Class
com.sun.enterprise.security.auth.login.common.LoginException
-
Packages that use LoginException Package Description com.sun.enterprise.security.auth com.sun.enterprise.security.auth.login This package contains the LoginModules uses by Payara for its native identity stores.com.sun.enterprise.security.ssl -
-
Uses of LoginException in com.sun.enterprise.security.auth
Methods in com.sun.enterprise.security.auth that throw LoginException Modifier and Type Method Description static SubjectJaspicToJaasBridge. addRealmGroupsToSubject(Subject subject, String callerPrincipalName, String realmName)static SubjectJaspicToJaasBridge. jaasX500Login(Subject subject, X500Principal x500Principal)static SubjectJaspicToJaasBridge. validateUsernamePasswordByJaas(Subject subject, String username, char[] password, String realm)Performs username/password login validation against a configured JAAS context and realm for JASPIC security. -
Uses of LoginException in com.sun.enterprise.security.auth.login
Methods in com.sun.enterprise.security.auth.login that throw LoginException Modifier and Type Method Description static SubjectLoginContextDriver. doClientLogin(int type, CallbackHandler handler)Perform "login" on the client side.static voidLoginContextDriver. doClientLogout()Perform logout on the client side. -
Uses of LoginException in com.sun.enterprise.security.ssl
Methods in com.sun.enterprise.security.ssl that throw LoginException Modifier and Type Method Description static SubjectJ2EEKeyManager. doClientLogin(int type, CallbackHandler jaasHandler)Perform login on the client side.
-