public interface SubjectSupplementalService
| Modifier and Type | Interface and Description |
|---|---|
static class |
SubjectSupplementalService.ServiceUtil |
| Modifier and Type | Method and Description |
|---|---|
default org.wildfly.security.auth.server.SecurityRealm |
getElytronSecurityRealm()
Get an Elytron
SecurityRealm that is backed by this subject supplemental. |
org.jboss.as.domain.management.security.SubjectSupplemental |
getSubjectSupplemental(Map<String,Object> sharedState)
Obtain a SubjectSupplemental instance to load role information.
|
org.jboss.as.domain.management.security.SubjectSupplemental getSubjectSupplemental(Map<String,Object> sharedState)
sharedState - - The state to be shared between the authentication side of the call and the authorization side.default org.wildfly.security.auth.server.SecurityRealm getElytronSecurityRealm()
SecurityRealm that is backed by this subject supplemental.SecurityRealm that is backed by this subject supplemental.Copyright © 2018 JBoss by Red Hat. All rights reserved.