| Package | Description |
|---|---|
| io.quarkus.security.credential | |
| io.quarkus.security.identity |
| Modifier and Type | Class and Description |
|---|---|
class |
PasswordCredential
A simple password based credential
|
class |
TokenCredential
A token based credential
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Credential> |
SecurityIdentity.getCredential(Class<T> credentialType)
Gets the users credential of the given type, or
null if a credential of the given type is not
present. |
| Modifier and Type | Method and Description |
|---|---|
Set<Credential> |
SecurityIdentity.getCredentials()
Returns a set of all credentials owned by this user.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.