public class OAuth20JwtSettingsTO
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
__equalsCalc |
private boolean |
__hashCodeCalc |
private java.lang.String |
audience |
private java.lang.String |
issuer |
private java.lang.String |
jweAlgorithm |
private boolean |
jweEnabled |
private java.lang.String |
jweEncryptionMethod |
private java.lang.String |
jweKeyCertKeyId |
private java.lang.String |
jwsAlgorithm |
private boolean |
jwsEnabled |
private java.lang.String |
jwsPartnerCertKeyId |
private java.lang.Long |
jwtMaxLifetimeAllowed |
private boolean |
oneTimeRestriction |
private static org.apache.axis.description.TypeDesc |
typeDesc |
Constructor and Description |
---|
OAuth20JwtSettingsTO() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAudience() |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
java.lang.String |
getIssuer() |
java.lang.String |
getJweAlgorithm() |
java.lang.String |
getJweEncryptionMethod() |
java.lang.String |
getJweKeyCertKeyId() |
java.lang.String |
getJwsAlgorithm() |
java.lang.String |
getJwsPartnerCertKeyId() |
java.lang.Long |
getJwtMaxLifetimeAllowed() |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isJweEnabled() |
boolean |
isJwsEnabled() |
boolean |
isOneTimeRestriction() |
void |
setAudience(java.lang.String audience) |
void |
setIssuer(java.lang.String issuer) |
void |
setJweAlgorithm(java.lang.String jweAlgorithm) |
void |
setJweEnabled(boolean jweEnabled) |
void |
setJweEncryptionMethod(java.lang.String jweEncryptionMethod) |
void |
setJweKeyCertKeyId(java.lang.String jweKeyCertKeyId) |
void |
setJwsAlgorithm(java.lang.String jwsAlgorithm) |
void |
setJwsEnabled(boolean jwsEnabled) |
void |
setJwsPartnerCertKeyId(java.lang.String jwsPartnerCertKeyId) |
void |
setJwtMaxLifetimeAllowed(java.lang.Long jwtMaxLifetimeAllowed) |
void |
setOneTimeRestriction(boolean oneTimeRestriction) |
private java.lang.String audience
private java.lang.String issuer
private java.lang.String jweAlgorithm
private boolean jweEnabled
private java.lang.String jweEncryptionMethod
private java.lang.String jweKeyCertKeyId
private java.lang.String jwsAlgorithm
private boolean jwsEnabled
private java.lang.String jwsPartnerCertKeyId
private java.lang.Long jwtMaxLifetimeAllowed
private boolean oneTimeRestriction
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
public java.lang.String getAudience()
public void setAudience(java.lang.String audience)
public java.lang.String getIssuer()
public void setIssuer(java.lang.String issuer)
public java.lang.String getJweAlgorithm()
public void setJweAlgorithm(java.lang.String jweAlgorithm)
public boolean isJweEnabled()
public void setJweEnabled(boolean jweEnabled)
public java.lang.String getJweEncryptionMethod()
public void setJweEncryptionMethod(java.lang.String jweEncryptionMethod)
public java.lang.String getJweKeyCertKeyId()
public void setJweKeyCertKeyId(java.lang.String jweKeyCertKeyId)
public java.lang.String getJwsAlgorithm()
public void setJwsAlgorithm(java.lang.String jwsAlgorithm)
public boolean isJwsEnabled()
public void setJwsEnabled(boolean jwsEnabled)
public java.lang.String getJwsPartnerCertKeyId()
public void setJwsPartnerCertKeyId(java.lang.String jwsPartnerCertKeyId)
public java.lang.Long getJwtMaxLifetimeAllowed()
public void setJwtMaxLifetimeAllowed(java.lang.Long jwtMaxLifetimeAllowed)
public boolean isOneTimeRestriction()
public void setOneTimeRestriction(boolean oneTimeRestriction)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)