Package org.apache.sling.auth.core.impl
Class SlingAuthenticatorServiceListener.Action
- java.lang.Object
-
- org.apache.sling.auth.core.impl.SlingAuthenticatorServiceListener.Action
-
- Enclosing class:
- SlingAuthenticatorServiceListener
public static final class SlingAuthenticatorServiceListener.Action extends Object
Action for the queued execution
-
-
Field Summary
Fields Modifier and Type Field Description org.osgi.framework.ServiceReference<?>referenceSlingAuthenticatorServiceListener.ActionTypetype
-
Constructor Summary
Constructors Constructor Description Action(SlingAuthenticatorServiceListener.ActionType type, org.osgi.framework.ServiceReference<?> ref)
-
-
-
Field Detail
-
type
public final SlingAuthenticatorServiceListener.ActionType type
-
reference
public final org.osgi.framework.ServiceReference<?> reference
-
-
Constructor Detail
-
Action
public Action(SlingAuthenticatorServiceListener.ActionType type, org.osgi.framework.ServiceReference<?> ref)
-
-