Uses of Interface
com.sun.enterprise.connectors.authentication.AuthenticationService
-
Packages that use AuthenticationService Package Description com.sun.enterprise.connectors com.sun.enterprise.connectors.authentication com.sun.enterprise.connectors.service -
-
Uses of AuthenticationService in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return AuthenticationService Modifier and Type Method Description AuthenticationServiceConnectorRuntime. getAuthenticationService(String rarName, PoolInfo poolInfo)Obtain the authentication service associated with rar module. -
Uses of AuthenticationService in com.sun.enterprise.connectors.authentication
Classes in com.sun.enterprise.connectors.authentication that implement AuthenticationService Modifier and Type Class Description classBasicPasswordAuthenticationServiceThis class does the functionality of security mapping of the principal and userGroup to the backendPrincipal. -
Uses of AuthenticationService in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service that return AuthenticationService Modifier and Type Method Description AuthenticationServiceConnectorSecurityAdminServiceImpl. getAuthenticationService(String rarName, PoolInfo poolInfo)Obtain the authentication service associated with rar module.
-