Uses of Interface
com.icegreen.greenmail.smtp.auth.AuthenticationState
Packages that use AuthenticationState
-
Uses of AuthenticationState in com.icegreen.greenmail.mail
Methods in com.icegreen.greenmail.mail that return AuthenticationStateModifier and TypeMethodDescriptionMovingMessage.getAuthenticationState()Retrieves the state object with the data used for authentication.Methods in com.icegreen.greenmail.mail with parameters of type AuthenticationStateModifier and TypeMethodDescriptionvoidMovingMessage.setAuthenticationState(AuthenticationState authenticationState) Retrieves the state object with the data used for authentication. -
Uses of AuthenticationState in com.icegreen.greenmail.smtp.auth
Classes in com.icegreen.greenmail.smtp.auth that implement AuthenticationStateModifier and TypeClassDescriptionclassDetails from theAuthCommand.AuthMechanism.LOGINauthorization mechanism, when that mechanism was used for authentication.classDetails from theAuthCommand.AuthMechanism.PLAINauthorization mechanism, when that mechanism was used for authentication.