org.eclipse.higgins.sts.server.token.handler
Class TokenHandler
java.lang.Object
org.eclipse.higgins.sts.server.token.handler.TokenHandler
- All Implemented Interfaces:
- org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.sts.spi.ITokenExtension
public abstract class TokenHandler
- extends Object
- implements org.eclipse.higgins.sts.spi.ITokenExtension
- Author:
- mikemci
|
Method Summary |
boolean |
canHandle(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
Map mapInvocationSettings,
org.eclipse.higgins.sts.api.IConstants constants,
org.eclipse.higgins.sts.api.ISTSRequest request)
|
| Methods inherited from interface org.eclipse.higgins.sts.spi.ITokenExtension |
invoke |
| Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent |
configure, getComponentDescriptor |
TokenHandler
public TokenHandler()
canHandle
public boolean canHandle(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
Map mapInvocationSettings,
org.eclipse.higgins.sts.api.IConstants constants,
org.eclipse.higgins.sts.api.ISTSRequest request)
- Specified by:
canHandle in interface org.eclipse.higgins.sts.spi.ITokenExtension