Uses of Class
org.jivesoftware.openfire.auth.AuthToken
Packages that use AuthToken
Package
Description
Authentication and Authorization service interfaces and classes.
Utility classes.
-
Uses of AuthToken in org.jivesoftware.openfire.auth
Subclasses of AuthToken in org.jivesoftware.openfire.authModifier and TypeClassDescriptionstatic classA token that proves that a user uses a one time access token.Methods in org.jivesoftware.openfire.auth that return AuthTokenModifier and TypeMethodDescriptionstatic AuthTokenAuthFactory.authenticate(String username, String password) Authenticates a user with a username and plain text password and returns and AuthToken.static AuthTokenAuthFactory.checkOneTimeAccessToken(String userToken) static AuthTokenAuthToken.generateAnonymousToken()Constructs a new AuthToken that represents an authenticated, but anonymous user.static AuthTokenAuthToken.generateOneTimeToken(String token) Constructs a new OneTimeAuthToken that represents an one time recovery user.static AuthTokenAuthToken.generateUserToken(String username) Constructs a new AuthToken that represents an authenticated user identified by the provider username. -
Uses of AuthToken in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as AuthTokenModifier and TypeFieldDescriptionprotected AuthTokenLocalClientSession.authTokenThe authentication token for this session.Methods in org.jivesoftware.openfire.session that return AuthTokenModifier and TypeMethodDescriptionLocalClientSession.getAuthToken()Returns the authentication token associated with this session.Methods in org.jivesoftware.openfire.session with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidLocalClientSession.setAuthToken(AuthToken auth) Sets the new Authorization Token for this session.voidLocalClientSession.setAuthToken(AuthToken auth, String resource) Initialize the session with a valid authentication token and resource name. -
Uses of AuthToken in org.jivesoftware.util
Methods in org.jivesoftware.util that return AuthToken