Uses of Class
org.eclipse.higgins.ics.ws.wsdl.STSPolicyTO

Packages that use STSPolicyTO
org.eclipse.higgins.ics.ws.wsdl   
 

Uses of STSPolicyTO in org.eclipse.higgins.ics.ws.wsdl
 

Methods in org.eclipse.higgins.ics.ws.wsdl that return STSPolicyTO
 STSPolicyTO ICardTO.getStsPolicy()
          Gets the stsPolicy value for this ICardTO.
 

Methods in org.eclipse.higgins.ics.ws.wsdl with parameters of type STSPolicyTO
 void ICardTO.setStsPolicy(STSPolicyTO stsPolicy)
          Sets the stsPolicy value for this ICardTO.
 

Constructors in org.eclipse.higgins.ics.ws.wsdl with parameters of type STSPolicyTO
ICardTO(CardExtensionTO[] cardExtensions, String cuid, boolean deleteable, Calendar expiredTime, String id, byte[] image, String imageType, String issuerName, String name, PropertyTO[] properties, boolean selfIssued, STSPolicyTO stsPolicy, UITokenServiceCredentialTO[] tokenServiceCredentials, String type)