Uses of Class
dev.orne.beans.IdentityResolver.UnresolvableIdentityException
Packages that use IdentityResolver.UnresolvableIdentityException
-
Uses of IdentityResolver.UnresolvableIdentityException in dev.orne.beans
Methods in dev.orne.beans that throw IdentityResolver.UnresolvableIdentityExceptionModifier and TypeMethodDescriptionprotected <T> @Nullable Constructor<T>IdentityResolver.findTokenConstructor(Class<T> targetType) Finds an identity token constructor in the specified target identity type.protected @Nullable MethodIdentityResolver.findTokenResolverMethod(Class<?> targetType) Finds a method annotated withIdentityTokenResolverin the specified target identity type.protected ExecutableIdentityResolver.getResolver(Class<? extends Identity> targetType) Returns the method or constructor to be used to resolve identity tokens for the specified target identity type.