5dd3b70e526e669df6a786c0e7767b32439038fb
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type List<Attribute> to List<SAMLAttribute> in method public getAttributes() : List<SAMLAttribute> in class org.pac4j.saml.credentials.SAML2Credentials | From | To | |
Change Return Type Conditions to SAMLConditions in method public getConditions() : SAMLConditions in class org.pac4j.saml.credentials.SAML2Credentials | From | To | |
Change Return Type NameID to SAMLNameID in method public getNameId() : SAMLNameID in class org.pac4j.saml.credentials.SAML2Credentials | From | To | |
Change Variable Type | 3 | ||
Change Variable Type attribute : Attribute to attribute : SAML2Credentials.SAMLAttribute in method public validate(credentials SAML2Credentials, context WebContext) : void in class org.pac4j.saml.credentials.authenticator.SAML2Authenticator | From | To | |
Change Variable Type nameId : NameID to nameId : SAML2Credentials.SAMLNameID in method public validate(credentials SAML2Credentials, context WebContext) : void in class org.pac4j.saml.credentials.authenticator.SAML2Authenticator | From | To | |
Change Variable Type conditions : Conditions to conditions : SAML2Credentials.SAMLConditions in method public validate(credentials SAML2Credentials, context WebContext) : void in class org.pac4j.saml.credentials.authenticator.SAML2Authenticator | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type attributes : List<Attribute> to attributes : List<SAMLAttribute> in class org.pac4j.saml.credentials.SAML2Credentials | From | To | |
Change Attribute Type nameId : NameID to nameId : SAMLNameID in class org.pac4j.saml.credentials.SAML2Credentials | From | To | |
Change Attribute Type conditions : Conditions to conditions : SAMLConditions in class org.pac4j.saml.credentials.SAML2Credentials | From | To | |
Rename Parameter | 1 | ||
Rename Parameter attributes : List<Attribute> to samlAttributes : List<Attribute> in method public SAML2Credentials(nameId NameID, issuerId String, samlAttributes List<Attribute>, conditions Conditions, sessionIndex String, authnContexts List<String>) in class org.pac4j.saml.credentials.SAML2Credentials | From | To |