Uses of Class
io.appform.idman.authcomponents.security.ServiceUserPrincipal
-
Packages that use ServiceUserPrincipal Package Description io.appform.idman.authcomponents.resource io.appform.idman.authcomponents.security -
-
Uses of ServiceUserPrincipal in io.appform.idman.authcomponents.resource
Methods in io.appform.idman.authcomponents.resource with parameters of type ServiceUserPrincipal Modifier and Type Method Description javax.ws.rs.core.ResponseIdmanAuthHandler. logout(ServiceUserPrincipal principal, javax.servlet.http.HttpServletRequest requestContext) -
Uses of ServiceUserPrincipal in io.appform.idman.authcomponents.security
Methods in io.appform.idman.authcomponents.security that return types with arguments of type ServiceUserPrincipal Modifier and Type Method Description Optional<ServiceUserPrincipal>IdmanAuthenticator. authenticate(String token)Methods in io.appform.idman.authcomponents.security with parameters of type ServiceUserPrincipal Modifier and Type Method Description booleanIdmanRoleAuthorizer. authorize(ServiceUserPrincipal userPrincipal, String role)
-