org.wso2.carbon.appfactory.gitblit.oauth.oauth2
Class OAuthAuthenticator
java.lang.Object
org.wso2.carbon.appfactory.gitblit.oauth.oauth2.OAuthAuthenticator
public class OAuthAuthenticator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTH_HEADER_NAME
protected static final String AUTH_HEADER_NAME
- See Also:
- Constant Field Values
BEARER
protected static final String BEARER
- See Also:
- Constant Field Values
ACCESS_TOKEN
protected static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
BEARER_TOKEN_TYPE
protected static final String BEARER_TOKEN_TYPE
- See Also:
- Constant Field Values
OAuthAuthenticator
public OAuthAuthenticator(com.gitblit.IStoredSettings settings)
authenticate
public com.gitblit.models.UserModel authenticate(String accessTokenStr)
Copyright © 2015 WSO2 Inc. All rights reserved.