org.eclipse.higgins.saml2idp.server.card
Class SurNameCardHandler

java.lang.Object
  extended byorg.eclipse.higgins.saml2idp.server.card.SurNameCardHandler
All Implemented Interfaces:
ICardHandler

public class SurNameCardHandler
extends Object
implements ICardHandler


Constructor Summary
SurNameCardHandler()
           
 
Method Summary
 String getIssuer()
           
 String getIssuerPolicy()
           
 String getOptionalClaims()
           
 String getPrivacyUrl()
           
 String getPrivacyVersion()
           
 String getRequiredClaims()
           
 String getTokenType()
           
 String handleCard(org.eclipse.higgins.rp.tokens.RPSecurityToken token)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SurNameCardHandler

public SurNameCardHandler()
Method Detail

getIssuer

public String getIssuer()
Specified by:
getIssuer in interface ICardHandler

getIssuerPolicy

public String getIssuerPolicy()
Specified by:
getIssuerPolicy in interface ICardHandler

getTokenType

public String getTokenType()
Specified by:
getTokenType in interface ICardHandler

getRequiredClaims

public String getRequiredClaims()
Specified by:
getRequiredClaims in interface ICardHandler

getOptionalClaims

public String getOptionalClaims()
Specified by:
getOptionalClaims in interface ICardHandler

getPrivacyUrl

public String getPrivacyUrl()
Specified by:
getPrivacyUrl in interface ICardHandler

getPrivacyVersion

public String getPrivacyVersion()
Specified by:
getPrivacyVersion in interface ICardHandler

handleCard

public String handleCard(org.eclipse.higgins.rp.tokens.RPSecurityToken token)
Specified by:
handleCard in interface ICardHandler