Uses of Class
org.jivesoftware.openfire.session.ServerSession.AuthenticationMethod
-
Packages that use ServerSession.AuthenticationMethod Package Description org.jivesoftware.openfire.session -
-
Uses of ServerSession.AuthenticationMethod in org.jivesoftware.openfire.session
Fields in org.jivesoftware.openfire.session declared as ServerSession.AuthenticationMethod Modifier and Type Field Description protected ServerSession.AuthenticationMethodLocalServerSession. authenticationMethodThe method that was used to authenticate this session.Methods in org.jivesoftware.openfire.session that return ServerSession.AuthenticationMethod Modifier and Type Method Description ServerSession.AuthenticationMethodLocalServerSession. getAuthenticationMethod()Obtain method that was used to authenticate this session.ServerSession.AuthenticationMethodRemoteIncomingServerSession. getAuthenticationMethod()ServerSession.AuthenticationMethodRemoteOutgoingServerSession. getAuthenticationMethod()ServerSession.AuthenticationMethodServerSession. getAuthenticationMethod()Obtain method that was used to authenticate this session.static ServerSession.AuthenticationMethodServerSession.AuthenticationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerSession.AuthenticationMethod[]ServerSession.AuthenticationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.session with parameters of type ServerSession.AuthenticationMethod Modifier and Type Method Description voidLocalServerSession. setAuthenticationMethod(ServerSession.AuthenticationMethod authenticationMethod)Set the method that was used to authenticate this session.
-