Uses of Class
com.atlassian.crowd.model.token.TokenLifetime

Packages that use TokenLifetime
com.atlassian.crowd.model.token   
 

Uses of TokenLifetime in com.atlassian.crowd.model.token
 

Fields in com.atlassian.crowd.model.token declared as TokenLifetime
static TokenLifetime TokenLifetime.USE_DEFAULT
          Indicates that the token does not specify a concrete lifetime, and will use the default lifetime
 

Methods in com.atlassian.crowd.model.token that return TokenLifetime
 TokenLifetime Token.getLifetime()
           
static TokenLifetime TokenLifetime.inSeconds(long seconds)
          Builds a new instance that represents a requested lifetime of a given number of seconds
 

Methods in com.atlassian.crowd.model.token with parameters of type TokenLifetime
 Token.Builder Token.Builder.setLifetime(TokenLifetime tokenLifetime)
           
 



Copyright © 2014 Atlassian. All Rights Reserved.