Class IdPAttributePrincipalValuesFunction
java.lang.Object
net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
net.shibboleth.idp.attribute.resolver.ad.impl.IdPAttributePrincipalValuesFunction
- All Implemented Interfaces:
Function<Principal,
,List<IdPAttributeValue>> Component
,DestructableComponent
,InitializableComponent
public class IdPAttributePrincipalValuesFunction
extends AbstractInitializableComponent
implements Function<Principal,List<IdPAttributeValue>>
Engine to mine values from
IdPAttributePrincipal
s.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
setAttributeName
(String attrName) Set the attribute name.Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
Field Details
-
attributeName
The Attribute Name to look for.
-
-
Constructor Details
-
IdPAttributePrincipalValuesFunction
public IdPAttributePrincipalValuesFunction()
-
-
Method Details
-
setAttributeName
Set the attribute name.- Parameters:
attrName
- the attribute name to read values from
-
doInitialize
- Overrides:
doInitialize
in classAbstractInitializableComponent
- Throws:
ComponentInitializationException
-
apply
- Specified by:
apply
in interfaceFunction<Principal,
List<IdPAttributeValue>>
-