UnsupportedTokenException

Exception thrown during the authentication process when an {@link hunt.shiro.authc.AuthenticationToken AuthenticationToken} implementation is encountered that is not supported by one or more configured {@link hunt.shiro.realm.Realm Realm}s.

@see hunt.shiro.authc.pam.AuthenticationStrategy

class UnsupportedTokenException : AuthenticationException {}

Members

Mixins

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Inherited Members

From AuthenticationException

__anonymous
mixin BasicExceptionCtors
Undocumented in source.

Meta