Uses of Interface
net.solarnetwork.central.security.SecurityToken
Packages that use SecurityToken
Package
Description
-
Uses of SecurityToken in net.solarnetwork.central.dao
Methods in net.solarnetwork.central.dao that return SecurityTokenModifier and TypeMethodDescriptionSecurityTokenDao.securityTokenForId(String tokenId) Get a security token for a given ID. -
Uses of SecurityToken in net.solarnetwork.central.security
Classes in net.solarnetwork.central.security that implement SecurityTokenMethods in net.solarnetwork.central.security that return SecurityTokenModifier and TypeMethodDescriptionstatic SecurityTokenSecurityUtils.becomeToken(String tokenId, SecurityTokenType type, Long userId, SecurityPolicy policy) Become an authenticated token with aRUN_AS_ROLE_USERauthority.static SecurityTokenSecurityUtils.getCurrentToken()Get the currentSecurityToken.static SecurityTokenSecurityUtils.getToken(org.springframework.security.core.Authentication auth) Get aSecurityTokenfor a given authentication. -
Uses of SecurityToken in net.solarnetwork.central.security.web
Methods in net.solarnetwork.central.security.web with parameters of type SecurityTokenModifier and TypeMethodDescriptionbyte[]AuthenticationTokenService.computeAuthenticationTokenSigningKey(net.solarnetwork.web.jakarta.security.AuthenticationScheme scheme, SecurityToken token, Map<String, ?> properties) Compute a token signing key from a token and properties. -
Uses of SecurityToken in net.solarnetwork.central.security.web.support
Methods in net.solarnetwork.central.security.web.support with parameters of type SecurityTokenModifier and TypeMethodDescriptionbyte[]UserDetailsAuthenticationTokenService.computeAuthenticationTokenSigningKey(net.solarnetwork.web.jakarta.security.AuthenticationScheme scheme, SecurityToken token, Map<String, ?> properties)