Class RPTIntrospectionProviderFactory
java.lang.Object
org.keycloak.authorization.protection.introspect.RPTIntrospectionProviderFactory
- All Implemented Interfaces:
TokenIntrospectionProviderFactory,ProviderFactory<TokenIntrospectionProvider>
public class RPTIntrospectionProviderFactory
extends Object
implements TokenIntrospectionProviderFactory
- Author:
- Pedro Igor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order
-
Constructor Details
-
RPTIntrospectionProviderFactory
public RPTIntrospectionProviderFactory()
-
-
Method Details
-
create
- Specified by:
createin interfaceProviderFactory<TokenIntrospectionProvider>
-
init
- Specified by:
initin interfaceProviderFactory<TokenIntrospectionProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<TokenIntrospectionProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<TokenIntrospectionProvider>
-
getId
- Specified by:
getIdin interfaceProviderFactory<TokenIntrospectionProvider>
-