gluu
|
公開メンバ関数 | |
def | __init__ (self, currentTimeMillis) |
def | init (self, configurationAttributes) |
def | destroy (self, configurationAttributes) |
def | getApiVersion (self) |
def | isValidAuthenticationMethod (self, usageType, configurationAttributes) |
def | getAlternativeAuthenticationMethod (self, usageType, configurationAttributes) |
def | authenticate (self, configurationAttributes, requestParameters, step) |
def | prepareForStep (self, configurationAttributes, requestParameters, step) |
def | getExtraParametersForStep (self, configurationAttributes, step) |
def | getCountAuthenticationSteps (self, configurationAttributes) |
def | getPageForStep (self, configurationAttributes, step) |
def | logout (self, configurationAttributes, requestParameters) |
公開変数類 | |
currentTimeMillis | |
def BasicExternalAuthenticator.PersonAuthentication.__init__ | ( | self, | |
currentTimeMillis | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.authenticate | ( | self, | |
configurationAttributes, | |||
requestParameters, | |||
step | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.destroy | ( | self, | |
configurationAttributes | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.getAlternativeAuthenticationMethod | ( | self, | |
usageType, | |||
configurationAttributes | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.getApiVersion | ( | self | ) |
def BasicExternalAuthenticator.PersonAuthentication.getCountAuthenticationSteps | ( | self, | |
configurationAttributes | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.getExtraParametersForStep | ( | self, | |
configurationAttributes, | |||
step | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.getPageForStep | ( | self, | |
configurationAttributes, | |||
step | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.init | ( | self, | |
configurationAttributes | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.isValidAuthenticationMethod | ( | self, | |
usageType, | |||
configurationAttributes | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.logout | ( | self, | |
configurationAttributes, | |||
requestParameters | |||
) |
def BasicExternalAuthenticator.PersonAuthentication.prepareForStep | ( | self, | |
configurationAttributes, | |||
requestParameters, | |||
step | |||
) |
BasicExternalAuthenticator.PersonAuthentication.currentTimeMillis |