org.eclipse.higgins.sts.server.token.handler
Class TokenHandler

java.lang.Object
  extended byorg.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

Constructor Summary
TokenHandler()
           
 
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 class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.sts.spi.ITokenExtension
invoke
 
Methods inherited from interface org.eclipse.higgins.configuration.api.IConfigurableComponent
configure, getComponentDescriptor
 

Constructor Detail

TokenHandler

public TokenHandler()
Method Detail

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