Uses of Class
org.jivesoftware.openfire.fast.FastToken
Packages that use FastToken
Package
Description
Provides classes for SASL.
-
Uses of FastToken in org.jivesoftware.openfire.fast
Methods in org.jivesoftware.openfire.fast that return FastTokenModifier and TypeMethodDescriptionstatic FastTokenFastSessionState.getRotatedToken(LocalSession session) Returns the replacement token that was issued while validating the token the client presented.FastTokenManager.Ht2ValidationResult.getRotatedToken()Returns the newly rotated FAST token.static FastTokenFastTokenManager.issueToken(String username, String clientId, String mechanism) Issues a new FAST token for the given username, client identifier and mechanism, storing it in the database.Methods in org.jivesoftware.openfire.fast with parameters of type FastTokenModifier and TypeMethodDescriptionstatic voidFastSessionState.setRotatedToken(LocalSession session, FastToken token) Records a replacement token that was issued while validating the token the client presented, for inclusion in the SASL2 success response.Constructors in org.jivesoftware.openfire.fast with parameters of type FastTokenModifierConstructorDescriptionHt2ValidationResult(FastToken rotatedToken, byte[] responderHashedToken) Ht2ValidationResult(FastToken rotatedToken, byte[] responderHashedToken, String clientId) -
Uses of FastToken in org.jivesoftware.openfire.sasl
Fields in org.jivesoftware.openfire.sasl declared as FastToken