public abstract class STSIssuedTokenConfiguration extends Object implements IssuedTokenConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
ACT_AS |
static String |
APPLIES_TO |
static String |
ISSUED_TOKEN |
static String |
LIFE_TIME |
static String |
MAX_CLOCK_SKEW |
protected String |
protocol |
static String |
PROTOCOL_10 |
static String |
PROTOCOL_13 |
static String |
RENEW_EXPIRED_TOKEN |
static String |
SHARE_TOKEN |
protected SecondaryIssuedTokenParameters |
sisPara |
static String |
STS_ENDPOINT |
static String |
STS_MEX_ADDRESS |
static String |
STS_NAMESPACE |
static String |
STS_PORT_NAME |
static String |
STS_SERVICE_NAME |
static String |
STS_WSDL_LOCATION |
protected String |
stsEndpoint |
protected String |
stsMEXAddress |
protected String |
stsNamespace |
protected String |
stsPortName |
protected String |
stsServiceName |
protected String |
stsWSDLLocation |
| Modifier | Constructor and Description |
|---|---|
protected |
STSIssuedTokenConfiguration() |
protected |
STSIssuedTokenConfiguration(String stsEndpoint,
String stsMEXAddress) |
protected |
STSIssuedTokenConfiguration(String protocol,
String stsEndpoint,
String stsMEXAddress) |
protected |
STSIssuedTokenConfiguration(String stsEndpoint,
String stsWSDLLocation,
String stsServiceName,
String stsPortName,
String stsNamespace) |
protected |
STSIssuedTokenConfiguration(String protocol,
String stsEndpoint,
String stsWSDLLocation,
String stsServiceName,
String stsPortName,
String stsNamespace) |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getCanonicalizationAlgorithm() |
abstract Claims |
getClaims() |
abstract String |
getEncryptionAlgorithm() |
abstract String |
getEncryptWith() |
abstract long |
getKeySize() |
abstract String |
getKeyType() |
abstract String |
getKeyWrapAlgorithm() |
abstract Token |
getOBOToken() |
Map<String,Object> |
getOtherOptions() |
String |
getProtocol() |
SecondaryIssuedTokenParameters |
getSecondaryIssuedTokenParameters() |
abstract String |
getSignatureAlgorithm() |
abstract String |
getSignWith() |
String |
getSTSEndpoint() |
String |
getSTSMEXAddress() |
String |
getSTSNamespace() |
String |
getSTSPortName() |
String |
getSTSServiceName() |
String |
getSTSWSDLLocation() |
abstract String |
getTokenType() |
public static final String PROTOCOL_10
public static final String PROTOCOL_13
public static final String ISSUED_TOKEN
public static final String APPLIES_TO
public static final String ACT_AS
public static final String SHARE_TOKEN
public static final String RENEW_EXPIRED_TOKEN
public static final String STS_ENDPOINT
public static final String STS_MEX_ADDRESS
public static final String STS_WSDL_LOCATION
public static final String STS_SERVICE_NAME
public static final String STS_PORT_NAME
public static final String STS_NAMESPACE
public static final String LIFE_TIME
public static final String MAX_CLOCK_SKEW
protected String protocol
protected String stsEndpoint
protected String stsMEXAddress
protected String stsWSDLLocation
protected String stsServiceName
protected String stsPortName
protected String stsNamespace
protected SecondaryIssuedTokenParameters sisPara
protected STSIssuedTokenConfiguration()
protected STSIssuedTokenConfiguration(String stsEndpoint, String stsMEXAddress)
protected STSIssuedTokenConfiguration(String protocol, String stsEndpoint, String stsMEXAddress)
protected STSIssuedTokenConfiguration(String stsEndpoint, String stsWSDLLocation, String stsServiceName, String stsPortName, String stsNamespace)
public String getProtocol()
getProtocol in interface IssuedTokenConfigurationpublic String getSTSEndpoint()
public String getSTSMEXAddress()
public String getSTSWSDLLocation()
public String getSTSServiceName()
public String getSTSPortName()
public String getSTSNamespace()
public SecondaryIssuedTokenParameters getSecondaryIssuedTokenParameters()
public abstract String getTokenType()
public abstract String getKeyType()
public abstract long getKeySize()
public abstract String getSignatureAlgorithm()
public abstract String getEncryptionAlgorithm()
public abstract String getCanonicalizationAlgorithm()
public abstract String getKeyWrapAlgorithm()
public abstract String getSignWith()
public abstract String getEncryptWith()
public abstract Claims getClaims()
public abstract Token getOBOToken()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.