Uses of Class
com.atlassian.crowd.openid.server.model.record.AuthAction

Packages that use AuthAction
com.atlassian.crowd.openid.server.manager.openid   
com.atlassian.crowd.openid.server.model.record   
 

Uses of AuthAction in com.atlassian.crowd.openid.server.manager.openid
 

Methods in com.atlassian.crowd.openid.server.manager.openid with parameters of type AuthAction
protected  void OpenIDAuthenticationManagerGeneric.createAuthRecord(User user, Site site, AuthAction authAction)
          Creates an AuthRecord for the user/site/action combination.
 

Uses of AuthAction in com.atlassian.crowd.openid.server.model.record
 

Fields in com.atlassian.crowd.openid.server.model.record declared as AuthAction
static AuthAction AuthAction.ALLOW_ALWAYS
          An allow always authentication approval.
static AuthAction AuthAction.ALLOW_ALWAYS_AUTO
          A passthrough authentication request.
static AuthAction AuthAction.ALLOW_ONCE
          An allow once authentication approval.
static AuthAction AuthAction.DENY
          A deny authentication approval.
static AuthAction AuthAction.UNKNOWN
          An unknown directory implementation.
 

Methods in com.atlassian.crowd.openid.server.model.record that return AuthAction
 AuthAction AuthRecord.getAuthAction()
           
 

Methods in com.atlassian.crowd.openid.server.model.record with parameters of type AuthAction
 void AuthRecord.setAuthAction(AuthAction authAction)
           
 

Constructors in com.atlassian.crowd.openid.server.model.record with parameters of type AuthAction
AuthRecord(User user, Site site, AuthAction authAction)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.