public class PropertiesSubjectSupplemental extends PropertiesFileLoader implements org.jboss.msc.service.Service<SubjectSupplemental>, SubjectSupplemental
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_SUFFIX |
ESCAPE_ARRAY
Constructor and Description |
---|
PropertiesSubjectSupplemental(org.jboss.dmr.ModelNode properties) |
Modifier and Type | Method and Description |
---|---|
SubjectSupplemental |
getValue() |
void |
start(org.jboss.msc.service.StartContext context) |
void |
stop(org.jboss.msc.service.StopContext context) |
void |
supplementSubject(Subject subject) |
escapeString, getProperties, getRelativeToInjector, persistProperties, verifyProperties
public static final String SERVICE_SUFFIX
public PropertiesSubjectSupplemental(org.jboss.dmr.ModelNode properties)
public SubjectSupplemental getValue() throws IllegalStateException, IllegalArgumentException
getValue
in interface org.jboss.msc.value.Value<SubjectSupplemental>
IllegalStateException
IllegalArgumentException
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException
start
in interface org.jboss.msc.service.Service<SubjectSupplemental>
start
in class PropertiesFileLoader
org.jboss.msc.service.StartException
public void stop(org.jboss.msc.service.StopContext context)
stop
in interface org.jboss.msc.service.Service<SubjectSupplemental>
stop
in class PropertiesFileLoader
public void supplementSubject(Subject subject) throws IOException
supplementSubject
in interface SubjectSupplemental
IOException
SubjectSupplemental.supplementSubject(javax.security.auth.Subject)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.