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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
values
-
-
Constructor Details
-
MockScriptedIdPAttribute
-
-
Method Details
-
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
- Specified by:
getIdin interfacenet.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute
-
addValue
- Specified by:
addValuein interfacenet.shibboleth.idp.attribute.resolver.scripted.ScriptedIdPAttribute- Throws:
net.shibboleth.idp.attribute.resolver.ResolutionException
-