org.eclipse.higgins.sts
Class ExtensionMappingKey
java.lang.Object
org.eclipse.higgins.sts.ExtensionMappingKey
public class ExtensionMappingKey
- extends java.lang.Object
Constructor Summary |
ExtensionMappingKey(java.lang.String strActionURI,
java.lang.String strTokenTypeURI,
java.lang.String strRequestTypeURI,
java.lang.String strIssuerURI)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ExtensionMappingKey
public ExtensionMappingKey(java.lang.String strActionURI,
java.lang.String strTokenTypeURI,
java.lang.String strRequestTypeURI,
java.lang.String strIssuerURI)
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
getActionURI
public java.lang.String getActionURI()
- Returns:
- the strActionURI
setActionURI
public void setActionURI(java.lang.String strActionURI)
- Parameters:
strActionURI
- the strActionURI to set
getIssuerURI
public java.lang.String getIssuerURI()
- Returns:
- the strIssuerURI
setIssuerURI
public void setIssuerURI(java.lang.String strIssuerURI)
- Parameters:
strIssuer
- the strIssuerURI to set
getRequestTypeURI
public java.lang.String getRequestTypeURI()
- Returns:
- the strRequestTypeURI
setRequestTypeURI
public void setRequestTypeURI(java.lang.String strRequestTypeURI)
- Parameters:
strRequestTypeURI
- the strRequestTypeURI to set
getTokenTypeURI
public java.lang.String getTokenTypeURI()
- Returns:
- the strTokenTypeURI
setTokenTypeURI
public void setTokenTypeURI(java.lang.String strTokenTypeURI)
- Parameters:
strTokenTypeURI
- the strTokenTypeURI to set