Uses of Class
io.streamthoughts.azkarra.http.security.auth.Credentials.UnsupportedCredentialException
-
Packages that use Credentials.UnsupportedCredentialException Package Description io.streamthoughts.azkarra.http.security.auth -
-
Uses of Credentials.UnsupportedCredentialException in io.streamthoughts.azkarra.http.security.auth
Methods in io.streamthoughts.azkarra.http.security.auth that throw Credentials.UnsupportedCredentialException Modifier and Type Method Description boolean
DigestPasswordCredentials. verify(Object credentials)
abstract boolean
PasswordCredentials. verify(Object credentials)
boolean
PlainPasswordCredentials. verify(Object credentials)
-