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 | getNextStep (self, configurationAttributes, requestParameters, step) |
def | logout (self, configurationAttributes, requestParameters) |
def | extensionInit (self, configurationAttributes) |
def | extensionAuthenticate (self, configurationAttributes, requestParameters, step) |
def | extensionPrepareForStep (self, configurationAttributes, requestParameters, step) |
def | extensionGetPageForStep (self, configurationAttributes, step) |
def | loadExternalModule (self, simpleCustProperty) |
def | readBehaviour (self, configurationAttributes) |
def | prepareAttributesMapping (self, attrs) |
def | processKeyStoreProperties (self, attrs) |
def | getCustomAuthzParameter (self, simpleCustProperty) |
def | parseProviderConfigs (self) |
def | getProviderFromJson (self, providerJson) |
def | getPassportRedirectUrl (self, provider) |
def | validSignature (self, jwt) |
def | getUserProfile (self, jwt) |
def | getProfileFromJson (self, user_profile_json) |
def | attemptAuthentication (self, identity, user_profile, user_profile_json) |
def | setEmailMessageError (self) |
def | getRemoteAttr (self, name) |
def | checkRequiredAttributes (self, profile, attrs) |
def | addUser (self, externalUid, profile, userService) |
def | updateUser (self, foundUser, profile, userService) |
def | fillUser (self, foundUser, profile) |
def | flatValues (self, value) |
公開変数類 | |
currentTimeMillis | |
extensionModule | |
behaveAs | |
attributesMapping | |
customAuthzParameter | |
keyStoreFile | |
keyStorePassword | |
registeredProviders | |
def PassportExternalAuthenticator.PersonAuthentication.__init__ | ( | self, | |
currentTimeMillis | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.addUser | ( | self, | |
externalUid, | |||
profile, | |||
userService | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.attemptAuthentication | ( | self, | |
identity, | |||
user_profile, | |||
user_profile_json | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.authenticate | ( | self, | |
configurationAttributes, | |||
requestParameters, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.checkRequiredAttributes | ( | self, | |
profile, | |||
attrs | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.destroy | ( | self, | |
configurationAttributes | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.extensionAuthenticate | ( | self, | |
configurationAttributes, | |||
requestParameters, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.extensionGetPageForStep | ( | self, | |
configurationAttributes, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.extensionInit | ( | self, | |
configurationAttributes | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.extensionPrepareForStep | ( | self, | |
configurationAttributes, | |||
requestParameters, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.fillUser | ( | self, | |
foundUser, | |||
profile | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.flatValues | ( | self, | |
value | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getAlternativeAuthenticationMethod | ( | self, | |
usageType, | |||
configurationAttributes | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getApiVersion | ( | self | ) |
def PassportExternalAuthenticator.PersonAuthentication.getCountAuthenticationSteps | ( | self, | |
configurationAttributes | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getCustomAuthzParameter | ( | self, | |
simpleCustProperty | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getExtraParametersForStep | ( | self, | |
configurationAttributes, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getNextStep | ( | self, | |
configurationAttributes, | |||
requestParameters, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getPageForStep | ( | self, | |
configurationAttributes, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getPassportRedirectUrl | ( | self, | |
provider | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getProfileFromJson | ( | self, | |
user_profile_json | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getProviderFromJson | ( | self, | |
providerJson | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getRemoteAttr | ( | self, | |
name | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.getUserProfile | ( | self, | |
jwt | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.init | ( | self, | |
configurationAttributes | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.isValidAuthenticationMethod | ( | self, | |
usageType, | |||
configurationAttributes | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.loadExternalModule | ( | self, | |
simpleCustProperty | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.logout | ( | self, | |
configurationAttributes, | |||
requestParameters | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.parseProviderConfigs | ( | self | ) |
def PassportExternalAuthenticator.PersonAuthentication.prepareAttributesMapping | ( | self, | |
attrs | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.prepareForStep | ( | self, | |
configurationAttributes, | |||
requestParameters, | |||
step | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.processKeyStoreProperties | ( | self, | |
attrs | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.readBehaviour | ( | self, | |
configurationAttributes | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.setEmailMessageError | ( | self | ) |
def PassportExternalAuthenticator.PersonAuthentication.updateUser | ( | self, | |
foundUser, | |||
profile, | |||
userService | |||
) |
def PassportExternalAuthenticator.PersonAuthentication.validSignature | ( | self, | |
jwt | |||
) |
PassportExternalAuthenticator.PersonAuthentication.attributesMapping |
PassportExternalAuthenticator.PersonAuthentication.behaveAs |
PassportExternalAuthenticator.PersonAuthentication.currentTimeMillis |
PassportExternalAuthenticator.PersonAuthentication.customAuthzParameter |
PassportExternalAuthenticator.PersonAuthentication.extensionModule |
PassportExternalAuthenticator.PersonAuthentication.keyStoreFile |
PassportExternalAuthenticator.PersonAuthentication.keyStorePassword |
PassportExternalAuthenticator.PersonAuthentication.registeredProviders |