Class ScopeUtilTest.MockScriptedIdPAttribute
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.ScopeUtilTest.MockScriptedIdPAttribute
-
- All Implemented Interfaces:
net.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute
- Enclosing class:
- ScopeUtilTest
class ScopeUtilTest.MockScriptedIdPAttribute extends Object implements net.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute
-
-
Constructor Summary
Constructors Constructor Description MockScriptedIdPAttribute(String attributeId, Object... objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValue(Object what)StringgetId()net.shibboleth.idp.attribute.IdPAttributegetNativeAttribute()Collection<Object>getValues()
-
-
-
Method Detail
-
getValues
public Collection<Object> getValues() throws net.shibboleth.idp.attribute.resolver.ResolutionException
- Specified by:
getValuesin interfacenet.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
getNativeAttribute
public net.shibboleth.idp.attribute.IdPAttribute getNativeAttribute() throws net.shibboleth.idp.attribute.resolver.ResolutionException- Specified by:
getNativeAttributein interfacenet.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
getId
public String getId()
- Specified by:
getIdin interfacenet.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute
-
addValue
public void addValue(Object what) throws net.shibboleth.idp.attribute.resolver.ResolutionException
- Specified by:
addValuein interfacenet.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-
-