public abstract class BaseOperation<T extends IParams> extends Object implements IOperation<T>
| Modifier | Constructor and Description |
|---|---|
protected |
BaseOperation(Command command,
com.google.inject.Injector injector,
Class<T> parameterClass)
Base constructor
|
| Modifier and Type | Method and Description |
|---|---|
Command |
getCommand()
Returns command
|
ConfigurationService |
getConfigurationService() |
org.gluu.oxauth.model.crypto.OxAuthCryptoProvider |
getCryptoProvider() |
DiscoveryService |
getDiscoveryService() |
HttpService |
getHttpService() |
com.google.inject.Injector |
getInjector()
Gets injector.
|
<T> T |
getInstance(Class<T> type) |
IntrospectionService |
getIntrospectionService() |
PublicOpKeyService |
getKeyService() |
OpClientFactory |
getOpClientFactory() |
Class<T> |
getParameterClass() |
T |
getParams() |
Rp |
getRp() |
RpService |
getRpService() |
StateService |
getStateService() |
UmaTokenService |
getUmaTokenService() |
ValidationService |
getValidationService() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic Class<T> getParameterClass()
getParameterClass in interface IOperation<T extends IParams>public T getParams()
public com.google.inject.Injector getInjector()
public HttpService getHttpService()
public IntrospectionService getIntrospectionService()
public PublicOpKeyService getKeyService()
public <T> T getInstance(Class<T> type)
public StateService getStateService()
public DiscoveryService getDiscoveryService()
public UmaTokenService getUmaTokenService()
public RpService getRpService()
public ConfigurationService getConfigurationService()
public org.gluu.oxauth.model.crypto.OxAuthCryptoProvider getCryptoProvider()
throws Exception
Exceptionpublic OpClientFactory getOpClientFactory()
public Rp getRp()
public ValidationService getValidationService()
public Command getCommand()
Copyright © 2021. All rights reserved.