Uses of Class
dev.orne.beans.IdentityResolver.UnresolvableIdentityException
-
Uses of IdentityResolver.UnresolvableIdentityException in dev.orne.beans
Modifier and TypeMethodDescriptionprotected <T> Constructor<T>
IdentityResolver.findTokenConstructor
(@NotNull Class<T> targetType) Finds an identity token constructor in the specified target identity type.protected Method
IdentityResolver.findTokenResolverMethod
(@NotNull Class<?> targetType) Finds a method annotated withIdentityTokenResolver
in the specified target identity type.protected @NotNull Executable
IdentityResolver.getResolver
(@NotNull Class<? extends Identity> targetType) Returns the method or constructor to be used to resolve identity tokens for the specified target identity type.