public class PlugInSubjectSupplemental extends Object implements org.jboss.msc.service.Service<SubjectSupplementalService>, SubjectSupplementalService
SubjectSupplementalService
for Plug-InsModifier and Type | Class and Description |
---|---|
static class |
PlugInSubjectSupplemental.ServiceUtil |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
getConfiguration() |
protected PlugInLoaderService |
getPlugInLoader() |
org.jboss.msc.value.InjectedValue<PlugInLoaderService> |
getPlugInLoaderServiceValue() |
protected String |
getPlugInName() |
protected String |
getRealmName() |
org.jboss.as.domain.management.security.SubjectSupplemental |
getSubjectSupplemental(Map<String,Object> sharedState)
Obtain a SubjectSupplemental instance to load role information.
|
SubjectSupplementalService |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
public SubjectSupplementalService getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<SubjectSupplementalService>
IllegalStateException
IllegalArgumentException
public org.jboss.as.domain.management.security.SubjectSupplemental getSubjectSupplemental(Map<String,Object> sharedState)
SubjectSupplementalService
getSubjectSupplemental
in interface SubjectSupplementalService
sharedState
- - The state to be shared between the authentication side of the call and the authorization side.public org.jboss.msc.value.InjectedValue<PlugInLoaderService> getPlugInLoaderServiceValue()
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
protected String getRealmName()
protected String getPlugInName()
protected PlugInLoaderService getPlugInLoader()
Copyright © 2023 JBoss by Red Hat. All rights reserved.