Uses of Class
org.starcoin.bean.Authenticator
-
Packages that use Authenticator Package Description org.starcoin.bean -
-
Uses of Authenticator in org.starcoin.bean
Methods in org.starcoin.bean that return Authenticator Modifier and Type Method Description AuthenticatorPendingTransaction. getAuthenticator()AuthenticatorRawTransaction. getAuthenticator()AuthenticatorUserTransaction. getAuthenticator()Methods in org.starcoin.bean with parameters of type Authenticator Modifier and Type Method Description voidPendingTransaction. setAuthenticator(Authenticator authenticator)voidRawTransaction. setAuthenticator(Authenticator authenticator)voidUserTransaction. setAuthenticator(Authenticator authenticator)
-