Uses of Class
de.sephirothj.spring.security.ltpa2.Ltpa2Token
Packages that use Ltpa2Token
-
Uses of Ltpa2Token in de.sephirothj.spring.security.ltpa2
Methods in de.sephirothj.spring.security.ltpa2 that return Ltpa2TokenModifier and TypeMethodDescription@NonNull Ltpa2TokenLtpa2Utils.makeInstance(@NonNull String tokenStr) create a new instance of Ltpa2Token from the given serialized LTPA2 tokenstatic @NonNull Ltpa2Tokencreates a new instance out of serialized (tokenized) token@NonNull Ltpa2TokenLtpa2Token.withAttribute(@NonNull String attribute, @NonNull String value) sets an attributeMethods in de.sephirothj.spring.security.ltpa2 with parameters of type Ltpa2TokenModifier and TypeMethodDescription@NonNull StringLtpa2Utils.encryptToken(@NonNull Ltpa2Token token, @NonNull PrivateKey signerKey, @NonNull SecretKey key) create a serialized, signed and encrypted LTPA2 token