Class | Description |
---|---|
AuthenticationServiceWrapperExtension |
This CDI Extension allows the
KeycloakAuthenticationService in this project to wrap an
AuthenticationService already on the classpath so that the
KeycloakAuthenticationService can be used to extend existing security infrastructure. |
WrappedServiceProducer |
Produces a dummy
AuthenticationService if no Wrapped service exists. |
Annotation Type | Description |
---|---|
Filtered |
This qualifier is used so that services wishing to access the
Wrapped
AuthenticationService need not worry if one was provided. |
Wrapped |
This qualifier is added to non-Keycloak
AuthenticationService implementations by the
AuthenticationServiceWrapperExtension so that the KeycloakAuthenticationService can
be used to extend the behaviour of the existing implementation. |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.