Uses of Enum Class
org.azd.security.SecurityToken.Scope
Packages that use SecurityToken.Scope
-
Uses of SecurityToken.Scope in org.azd.security
Methods in org.azd.security that return SecurityToken.ScopeModifier and TypeMethodDescriptionstatic SecurityToken.ScopeReturns the enum constant of this class with the specified name.static SecurityToken.Scope[]SecurityToken.Scope.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.azd.security with parameters of type SecurityToken.ScopeModifier and TypeMethodDescriptionstatic StringSecurityToken.generate(SecurityToken.Scope scope, Map<String, String> keys) Based on the scope parameter, map replacement tokens in the token format string to values in the provided hashmapSecurityToken.keys(SecurityToken.Scope scope) Extract set of keys required to populate token string fully