|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.rpc.auth.TokenAuthenticationManager
Field Summary | |
static org.apache.log4j.Category |
log
|
static String |
TOKEN_CACHE
|
Constructor Summary | |
TokenAuthenticationManager()
|
Method Summary | |
boolean |
hasUseConfluencePermission(User user)
Determines whether user has access to Confluence |
String |
login(String username,
String password)
Logs the user with username and password into the Remote API system The token is stored for a period of time, and invalidated after an idle period. |
boolean |
logout(String token)
Logs the user out of the RPC system |
User |
makeAnonymousUser()
Returns the anonymous user |
User |
makeNonAnonymousUserFromToken(String token)
Retrieves the user for a particular token |
void |
setCacheManager(CacheManager cacheManager)
|
void |
setPermissionManager(PermissionManager permissionManager)
|
void |
setSettingsManager(SettingsManager settingsManager)
|
void |
setUserAccessor(UserAccessor userAccessor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final org.apache.log4j.Category log
public static final String TOKEN_CACHE
Constructor Detail |
public TokenAuthenticationManager()
Method Detail |
public String login(String username, String password) throws RemoteException
The token is stored for a period of time, and invalidated after an idle period.
username
- The user's login namepassword
- The password
AuthenticationFailedException
- if a user called username could not be found
AuthenticationFailedException
- if password was incorrect
RemoteException
public boolean logout(String token) throws Exception
token
- The authenticated user token
Exception
- if there were problems logging the user outpublic void setUserAccessor(UserAccessor userAccessor)
public void setSettingsManager(SettingsManager settingsManager)
public void setPermissionManager(PermissionManager permissionManager)
public void setCacheManager(CacheManager cacheManager)
public User makeNonAnonymousUserFromToken(String token) throws InvalidSessionException
token
- The authenticated user token
InvalidSessionException
- if a user could not be retrieved for tokenpublic User makeAnonymousUser() throws NotPermittedException
NotPermittedException
- if anonymous access to the Remote API is disabledpublic boolean hasUseConfluencePermission(User user)
user
- The User to be checked
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |