Uses of Interface
net.shibboleth.utilities.java.support.component.UnmodifiableComponent
-
Packages that use UnmodifiableComponent Package Description net.shibboleth.utilities.java.support.scripting Classes for working with JSR-223 scripting environments.net.shibboleth.utilities.java.support.security Helpers for common security related tasks.net.shibboleth.utilities.java.support.security.impl Implementations of security interfaces.net.shibboleth.utilities.java.support.service Service support for Shibboleth projects. -
-
Uses of UnmodifiableComponent in net.shibboleth.utilities.java.support.scripting
Classes in net.shibboleth.utilities.java.support.scripting that implement UnmodifiableComponent Modifier and Type Class Description classScriptedRunnableA Runnable which executes a script. -
Uses of UnmodifiableComponent in net.shibboleth.utilities.java.support.security
Subinterfaces of UnmodifiableComponent in net.shibboleth.utilities.java.support.security Modifier and Type Interface Description interfaceAccessControlServiceA component that suppliesAccessControlinstances identified by a policy name. -
Uses of UnmodifiableComponent in net.shibboleth.utilities.java.support.security.impl
Classes in net.shibboleth.utilities.java.support.security.impl that implement UnmodifiableComponent Modifier and Type Class Description classBasicAccessControlServiceSimple implementation that uses an in-memory map of policies.classDelegatingAccessControlServiceThis class uses theReloadableServiceconcept to implementAccessControlServiceto hide the details of pinning and unpinning the underlying service. -
Uses of UnmodifiableComponent in net.shibboleth.utilities.java.support.service
Classes in net.shibboleth.utilities.java.support.service that implement UnmodifiableComponent Modifier and Type Class Description classAbstractReloadableService<T>Base class forReloadableService.
-