Uses of Interface
org.eclipse.higgins.sts.api.IClaimType

Uses of IClaimType in org.eclipse.higgins.sts.api
 

Methods in org.eclipse.higgins.sts.api that return IClaimType
 IClaimType IClaim.getType()
          Type of a claim (e.g., principal, group, role, email, age, etc)
 

Methods in org.eclipse.higgins.sts.api with parameters of type IClaimType
 void IClaim.setType(IClaimType claimType)