org.eclipse.higgins.sync.to
Class MCardTO
java.lang.Object
org.eclipse.higgins.sync.to.BaseTO
org.eclipse.higgins.sync.to.CardTO
org.eclipse.higgins.sync.to.MCardTO
- All Implemented Interfaces:
- Serializable
public class MCardTO
- extends CardTO
- implements Serializable
Managed card transfer object.
- Author:
- Alexander Yuhimenko
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.higgins.sync.to.CardTO |
getCardId, getClaims, getExpiredTime, getExtensions, getHashSalt, getImage, getImageType, getIssuedTime, getIssuer, getIssuerID, getIssuerName, getLastUpdatedTime, getMasterKey, getName, getSelfIssued, getSupportedClaimTypes, getSupportedTokenTypes, getVersion, setCardId, setClaims, setExpiredTime, setExtensions, setHashSalt, setImage, setImageType, setIssuedTime, setIssuer, setIssuerID, setIssuerName, setLastUpdatedTime, setMasterKey, setName, setSelfIssued, setSupportedClaimTypes, setSupportedTokenTypes, setVersion |
MCardTO
public MCardTO()
getRequireAppliesTo
public Boolean getRequireAppliesTo()
- Returns:
- the requireAppliesTo
getStsPrivacyPolicyTO
public StsPrivacyPolicyTO getStsPrivacyPolicyTO()
- Returns:
- the stsPrivacyPolicyTO
getTokenServices
public TokenServiceTO[] getTokenServices()
- Returns:
- the tokenServices
setRequireAppliesTo
public void setRequireAppliesTo(Boolean requireAppliesTo)
- Parameters:
requireAppliesTo - the requireAppliesTo to set
setStsPrivacyPolicyTO
public void setStsPrivacyPolicyTO(StsPrivacyPolicyTO stsPrivacyPolicyTO)
- Parameters:
stsPrivacyPolicyTO - the stsPrivacyPolicyTO to set
setTokenServices
public void setTokenServices(TokenServiceTO[] tokenServices)
- Parameters:
tokenServices - the tokenServices to set