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

Packages that use TokenLifetime
com.atlassian.crowd.manager.authentication   
com.atlassian.crowd.manager.token.factory   
com.atlassian.crowd.model.token   
com.atlassian.crowd.plugin.rest.service.controller   
 

Uses of TokenLifetime in com.atlassian.crowd.manager.authentication
 

Methods in com.atlassian.crowd.manager.authentication with parameters of type TokenLifetime
 Token TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticationContext, boolean validatePassword, boolean ignoreCache, TokenLifetime tokenLifetime)
           
 Token TokenAuthenticationManagerImpl.authenticateUser(UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime)
           
 Token AliasingAwareTokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime)
           
 Token TokenAuthenticationManager.authenticateUser(UserAuthenticationContext authenticateContext, TokenLifetime tokenLifetime)
          Authenticates a user and and generates an authentication token.
protected  Token TokenAuthenticationManagerImpl.generateUserToken(long directoryID, AuthenticationContext authenticationContext, TokenLifetime tokenLifetime)
          This method will return a Token based on the passed in parameters.
 

Uses of TokenLifetime in com.atlassian.crowd.manager.token.factory
 

Methods in com.atlassian.crowd.manager.token.factory with parameters of type TokenLifetime
 Token TokenFactoryImpl.create(long directoryID, String name, TokenLifetime tokenLifetime, List<ValidationFactor> validationFactors)
           
 Token TokenFactory.create(long directoryID, String name, TokenLifetime tokenLifetime, List<ValidationFactor> validationFactors)
          Generates a token key based on the supplied validationFactors.
 Token TokenFactoryImpl.create(long directoryID, String name, TokenLifetime tokenLifetime, List<ValidationFactor> validationFactors, long secretNumber)
           
 Token TokenFactory.create(long directoryID, String name, TokenLifetime tokenLifetime, List<ValidationFactor> validationFactors, long secretNumber)
          Generates a token key based on the supplied validationFactors.
 

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)
           
 

Uses of TokenLifetime in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type TokenLifetime
 SessionEntity TokenController.authenticateUser(String applicationName, String username, String password, TokenLifetime tokenDuration, Collection<ValidationFactorEntity> validationFactorEntities, URI baseUri)
          Authenticates a user for the given application.
 



Copyright © 2013 Atlassian. All Rights Reserved.