Uses of Class
org.apache.sling.auth.core.impl.SlingAuthenticatorServiceListener.ActionType
-
Packages that use SlingAuthenticatorServiceListener.ActionType Package Description org.apache.sling.auth.core.impl -
-
Uses of SlingAuthenticatorServiceListener.ActionType in org.apache.sling.auth.core.impl
Fields in org.apache.sling.auth.core.impl declared as SlingAuthenticatorServiceListener.ActionType Modifier and Type Field Description SlingAuthenticatorServiceListener.ActionTypeSlingAuthenticatorServiceListener.Action. typeMethods in org.apache.sling.auth.core.impl that return SlingAuthenticatorServiceListener.ActionType Modifier and Type Method Description static SlingAuthenticatorServiceListener.ActionTypeSlingAuthenticatorServiceListener.ActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SlingAuthenticatorServiceListener.ActionType[]SlingAuthenticatorServiceListener.ActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sling.auth.core.impl with parameters of type SlingAuthenticatorServiceListener.ActionType Constructor Description Action(SlingAuthenticatorServiceListener.ActionType type, org.osgi.framework.ServiceReference<?> ref)
-