org.eclipse.higgins.sts.server.mapper.appliesto
Class AppliesToMapping

java.lang.Object
  extended byorg.eclipse.higgins.sts.server.mapper.appliesto.AppliesToMapping

public class AppliesToMapping
extends Object

Used for mapping RequestSecurityToken values to the appropriate extension.

Author:
mikemci at us dot ibm dot com

Constructor Summary
AppliesToMapping(URI uriTokenType, URI uriIssuer)
           
 
Method Summary
 boolean equals(Object obj)
           
 URI getIssuer()
           
 URI getTokenType()
           
 int hashCode()
           
 void setIssuer(URI uriIssuer)
           
 void setTokenType(URI uriTokenType)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AppliesToMapping

public AppliesToMapping(URI uriTokenType,
                        URI uriIssuer)
Method Detail

hashCode

public int hashCode()

equals

public boolean equals(Object obj)

getIssuer

public URI getIssuer()

setIssuer

public void setIssuer(URI uriIssuer)

getTokenType

public URI getTokenType()

setTokenType

public void setTokenType(URI uriTokenType)