org.eclipse.higgins.sts.server.token.encrypt
Class TokenEncryptHandler

java.lang.Object
  extended byorg.eclipse.higgins.sts.server.token.handler.TokenHandler
      extended byorg.eclipse.higgins.sts.server.token.encrypt.TokenEncryptHandler
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.sts.spi.ITokenExtension

public class TokenEncryptHandler
extends org.eclipse.higgins.sts.server.token.handler.TokenHandler

Handle RSTs and generate RSTRs as SAML Assertions. Compatible with www.identityblog.com

Author:
mikemci at us dot ibm dot com

Method Summary
 void configure(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings)
           
 void invoke(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings, Map mapInvocationSettings, org.eclipse.higgins.sts.api.IConstants constants, org.eclipse.higgins.sts.api.ISTSRequest request, org.eclipse.higgins.sts.api.ISTSResponse response)
           
 
Methods inherited from class org.eclipse.higgins.sts.server.token.handler.TokenHandler
canHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

configure

public void configure(Map mapGlobalSettings,
                      String strComponentName,
                      Map mapComponentSettings)

invoke

public void invoke(Map mapGlobalSettings,
                   String strComponentName,
                   Map mapComponentSettings,
                   Map mapInvocationSettings,
                   org.eclipse.higgins.sts.api.IConstants constants,
                   org.eclipse.higgins.sts.api.ISTSRequest request,
                   org.eclipse.higgins.sts.api.ISTSResponse response)