org.eclipse.higgins.sts.server.token.self
Class SelfIdentityHandler
java.lang.Object
org.eclipse.higgins.sts.server.token.handler.TokenHandler
org.eclipse.higgins.sts.server.token.self.SelfIdentityHandler
- All Implemented Interfaces:
- org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.sts.spi.ITokenExtension
public class SelfIdentityHandler
- 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,
org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
|
org.eclipse.higgins.configuration.api.ISettingDescriptor |
getComponentDescriptor()
|
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 |
configure
public void configure(Map mapGlobalSettings,
String strComponentName,
Map mapComponentSettings,
org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor,
org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
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)
getComponentDescriptor
public org.eclipse.higgins.configuration.api.ISettingDescriptor getComponentDescriptor()