public class OpenIDTokenGeneratorHandler
extends org.eclipse.higgins.sts.server.token.handler.TokenHandler
Modifier and Type | Field and Description |
---|---|
private java.lang.Integer |
_expireIn |
private NonceGenerator |
_nonceGenerator |
private java.lang.String |
_opEndpoint |
private ServerAssociationStore |
_privateAssociations |
private boolean |
bConfigured |
private org.eclipse.higgins.sts.utilities.LogHelper |
log |
(package private) javax.xml.namespace.QName |
qnameIdentityClaimType |
(package private) javax.xml.namespace.QName |
qnameIdentityClaimURI |
Modifier | Constructor and Description |
---|---|
protected |
OpenIDTokenGeneratorHandler()
Protected constructor, must use TokenGeneratorHandlerFactory
|
Modifier and Type | Method and Description |
---|---|
void |
addDisplayClaim(java.lang.String uri,
java.lang.String value,
java.lang.String displayTag,
OMElement omParent,
OMNamespace omNs,
OMFactory omFactory) |
void |
configure(java.util.Map mapGlobalSettings,
java.lang.String strComponentName,
java.util.Map mapComponentSettings) |
void |
invoke(java.util.Map mapGlobalSettings,
java.lang.String strComponentName,
java.util.Map mapComponentSettings,
java.util.Map mapInvocationSettings,
IConstants constants,
ISTSRequest request,
ISTSResponse response) |
private void |
setWstFault(IConstants constants,
ISTSResponse response,
java.lang.String reason,
java.lang.String detail) |
private final org.eclipse.higgins.sts.utilities.LogHelper log
javax.xml.namespace.QName qnameIdentityClaimType
javax.xml.namespace.QName qnameIdentityClaimURI
private boolean bConfigured
private NonceGenerator _nonceGenerator
private ServerAssociationStore _privateAssociations
private java.lang.String _opEndpoint
private java.lang.Integer _expireIn
protected OpenIDTokenGeneratorHandler()
public void configure(java.util.Map mapGlobalSettings, java.lang.String strComponentName, java.util.Map mapComponentSettings)
public void invoke(java.util.Map mapGlobalSettings, java.lang.String strComponentName, java.util.Map mapComponentSettings, java.util.Map mapInvocationSettings, IConstants constants, ISTSRequest request, ISTSResponse response)
private void setWstFault(IConstants constants, ISTSResponse response, java.lang.String reason, java.lang.String detail)
public void addDisplayClaim(java.lang.String uri, java.lang.String value, java.lang.String displayTag, OMElement omParent, OMNamespace omNs, OMFactory omFactory)
Copyright 2006-2008 Sxip Identity Corporation