public interface Authentication
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getUser()
The user name or null if set.
|
boolean |
ignore()
Some security providers can be ignored, they are just there to trace
|
boolean |
isAuthenticated()
Is the caller authenticated?
|
boolean |
needsCredentials()
Indicate if the caller could provide credentials
|
void |
requestCredentials()
Force the security provider to request the credentials
|
java.lang.String getUser()
boolean needsCredentials()
throws java.lang.Exception
java.lang.Exceptionvoid requestCredentials()
throws java.lang.Exception
java.lang.Exceptionboolean isAuthenticated()
throws java.lang.Exception
java.lang.Exceptionboolean ignore()
aQute SARL