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 StringIdentityTokenFormatter.decodeBody(@NotNull String encoded) Decodes the specified valid identity token body to the original identity token body.static @NotNull BigIntegerIdentityBigIntegerIdentity.fromIdentityToken(@NotNull String token) Resolves the specified identity token to a validBigIntegerIdentity.static @NotNull LongIdentityLongIdentity.fromIdentityToken(@NotNull String token) Resolves the specified identity token to a validLongIdentity.static StringParses the specified identity token for the default identity token prefix.static StringParses the specified identity token for the specified expected identity token prefix.protected final StringAbstractIdentity.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.