|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.config.BaseService
edu.internet2.middleware.grouper.shibboleth.attribute.SimpleAttributeAuthority
public class SimpleAttributeAuthority
A simple Attribute Authority which optionally filters attributes as they are returned from the underlying Shibboleth Attribute Resolver.
Constructor Summary | |
---|---|
SimpleAttributeAuthority(edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver resolver)
Creates a Simple Attribute Authority. |
Method Summary | |
---|---|
Map<String,edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute> |
getAttributes(edu.internet2.middleware.shibboleth.common.profile.provider.SAMLProfileRequestContext requestContext)
|
edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringEngine |
getFilteringEngine()
Returns the attribute filtering engine. |
protected void |
onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext)
|
void |
setFilteringEngine(edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringEngine engine)
Set the attribute filtering engine. |
Methods inherited from class edu.internet2.middleware.shibboleth.common.config.BaseService |
---|
destroy, getApplicationContext, getId, getReadWriteLock, getServiceConfigurations, getServiceContext, initialize, isDestroyed, isInitialized, loadContext, setApplicationContext, setBeanName, setInitialized, setServiceConfigurations, setServiceContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleAttributeAuthority(edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver resolver)
resolver
- the ShibbolethAttributeResolverMethod Detail |
---|
public edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringEngine getFilteringEngine()
public void setFilteringEngine(edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringEngine engine)
engine
- the AttributeFilteringEnginepublic Map<String,edu.internet2.middleware.shibboleth.common.attribute.BaseAttribute> getAttributes(edu.internet2.middleware.shibboleth.common.profile.provider.SAMLProfileRequestContext requestContext) throws edu.internet2.middleware.shibboleth.common.attribute.AttributeRequestException
getAttributes
in interface edu.internet2.middleware.shibboleth.common.attribute.AttributeAuthority<edu.internet2.middleware.shibboleth.common.profile.provider.SAMLProfileRequestContext>
edu.internet2.middleware.shibboleth.common.attribute.AttributeRequestException
protected void onNewContextCreated(org.springframework.context.ApplicationContext newServiceContext) throws edu.internet2.middleware.shibboleth.common.service.ServiceException
onNewContextCreated
in class edu.internet2.middleware.shibboleth.common.config.BaseService
edu.internet2.middleware.shibboleth.common.service.ServiceException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |