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

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

Methods in org.eclipse.higgins.sts.api that return ILifetime
 ILifetime IRequestSecurityToken.getLifetime()
          Gets the Lifetime element that specifies the duration of time between creation and expiration that the request is valid.
The issuer does not have to honour this and may return a more or less restrictive duration.
 ILifetime IRequestSecurityTokenResponse.getLifetime()
          Gets the optional Lifetime element that specifies the duration of time between creation and expiration that the security token is valid.
 

Methods in org.eclipse.higgins.sts.api with parameters of type ILifetime
 void IRequestSecurityToken.setLifetime(ILifetime ltLifetime)
          Sets the Lifetime element that specifies the duration of time between creation and expiration that the request is valid.
The issuer does not have to honour this and may return a more or less restrictive duration.
 void IRequestSecurityTokenResponse.setLifetime(ILifetime ltLifetime)
          Sets the optional Lifetime element that specifies the duration of time between creation and expiration that the security token is valid.