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

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

Methods in org.eclipse.higgins.sts.api that return IAppliesTo
 IAppliesTo IRequestSecurityToken.getAppliesTo()
          Gets this optional element that specifies the scope for the service(s) to which this token applies.
 

Methods in org.eclipse.higgins.sts.api with parameters of type IAppliesTo
 void IRequestSecurityToken.setAppliesTo(IAppliesTo appliesTo)
          Sets this optional element that specifies the scope for the service(s) to which this token applies.
Note that at least, either this element (AppliesTo) or the TokenType element SHOULD be defined in a RequestSecurityToken message.