Uses of Class
dev.orne.beans.UnrecognizedIdentityTokenException
Packages that use UnrecognizedIdentityTokenException
-
Uses of UnrecognizedIdentityTokenException in dev.orne.beans
Methods in dev.orne.beans that throw UnrecognizedIdentityTokenExceptionModifier and TypeMethodDescriptionprotected static String
IdentityTokenFormatter.decodeBody
(@NotNull String encoded) Decodes the specified valid identity token body to the original identity token body.static @NotNull BigIntegerIdentity
BigIntegerIdentity.fromIdentityToken
(@NotNull String token) Resolves the specified identity token to a validBigIntegerIdentity
.static @NotNull LongIdentity
LongIdentity.fromIdentityToken
(@NotNull String token) Resolves the specified identity token to a validLongIdentity
.static String
Parses the specified identity token for the default identity token prefix.static String
Parses the specified identity token for the specified expected identity token prefix.protected final String
AbstractIdentity.parseIdentityTokenBody
(@NotNull String token) Parses the specified identity token and returns the original identity token body used during formatting.<T extends Identity>
TResolves the specified source identity to an identity of the specified target type.<T extends Identity>
TResolves the specified source identity token to an identity of the specified target type.