Modifier and Type | Interface | Description |
---|---|---|
interface |
AuthCredentials<T extends AuthCredentials<T,V>,V extends org.refcodes.mixin.Validatable<V>> |
The Interface AuthCredentials.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
BasicAuthCredentials |
This interface defines a type for representing a Basic-Authentication
credentials Header-Field.
|
interface |
BearerAuthCredentials |
This interface defines a type for representing a Bearer-Authentication
credentials Header-Field.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BasicAuthCredentialsImpl |
This implementation of the
BasicAuthCredentials interface compares
the secret (BasicAuthCredentialsImpl.getSecret() ) case sensitive but the username (
BasicAuthCredentialsImpl.getIdentity() ) case insensitive with the BasicAuthCredentialsImpl.equals(Object)
method. |
class |
BearerAuthCredentialsImpl |
Implementation of the
BearerAuthCredentials interface. |
Copyright © 2018. All rights reserved.