Package org.infinispan.security.impl
Class GlobalSecurityManagerFactory
- java.lang.Object
-
- org.infinispan.factories.AbstractComponentFactory
-
- org.infinispan.security.impl.GlobalSecurityManagerFactory
-
- All Implemented Interfaces:
AutoInstantiableFactory
,ComponentFactory
public class GlobalSecurityManagerFactory extends AbstractComponentFactory implements AutoInstantiableFactory
Factory for GlobalSecurityManager implementations- Since:
- 8.1
- Author:
- Tristan Tarrant
-
-
Field Summary
-
Fields inherited from class org.infinispan.factories.AbstractComponentFactory
globalComponentRegistry, globalConfiguration, log
-
-
Constructor Summary
Constructors Constructor Description GlobalSecurityManagerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
construct(String componentName)
-
Methods inherited from class org.infinispan.factories.AbstractComponentFactory
assertTypeConstructable, construct
-
-
-
-
Method Detail
-
construct
public Object construct(String componentName)
- Specified by:
construct
in interfaceComponentFactory
- Overrides:
construct
in classAbstractComponentFactory
- Returns:
- Either a component instance or a
ComponentAlias
pointing to another component.
-
-