|
Push Down Method public clearSensitiveData() : void from class org.pac4j.core.profile.UserProfile to public clearSensitiveData() : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public setRemembered(rme boolean) : void from class org.pac4j.core.profile.UserProfile to public setRemembered(rme boolean) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method private getAttributeByType(name String, clazz Class<T>, attribute Object) : T from class org.pac4j.core.profile.UserProfile to private getAttributeByType(name String, clazz Class<T>, attribute Object) : T from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public setId(id String) : void from class org.pac4j.core.profile.UserProfile to public setId(id String) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public addAttributes(attributes Map<String,Object>) : void from class org.pac4j.core.profile.UserProfile to public addAttributes(attributes Map<String,Object>) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method private addAttributeToMap(map Map<String,Object>, key String, value Object) : void from class org.pac4j.core.profile.UserProfile to private addAttributeToMap(map Map<String,Object>, key String, value Object) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public getAuthenticationAttributes() : Map<String,Object> from class org.pac4j.core.profile.UserProfile to public getAuthenticationAttributes() : Map<String,Object> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public removeAttribute(key String) : void from class org.pac4j.core.profile.UserProfile to public removeAttribute(key String) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public removeAuthenticationAttribute(key String) : void from class org.pac4j.core.profile.UserProfile to public removeAuthenticationAttribute(key String) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public readExternal(in ObjectInput) : void from class org.pac4j.core.profile.UserProfile to public readExternal(in ObjectInput) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public getAuthenticationAttribute(name String, clazz Class<T>) : T from class org.pac4j.core.profile.UserProfile to public getAuthenticationAttribute(name String, clazz Class<T>) : T from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public getAttributes() : Map<String,Object> from class org.pac4j.core.profile.UserProfile to public getAttributes() : Map<String,Object> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public toString() : String from class org.pac4j.core.profile.UserProfile to public toString() : String from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method private getValueForMap(map Map<String,Object>, key String, preparedValue Object) : Object from class org.pac4j.core.profile.UserProfile to private getValueForMap(map Map<String,Object>, key String, preparedValue Object) : Object from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public writeExternal(out ObjectOutput) : void from class org.pac4j.core.profile.UserProfile to public writeExternal(out ObjectOutput) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public getLinkedId() : String from class org.pac4j.core.profile.UserProfile to public getLinkedId() : String from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public build(id Object, attributes Map<String,Object>) : void from class org.pac4j.core.profile.UserProfile to public build(id Object, attributes Map<String,Object>) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method protected UserProfile(canAttributesBeMerged boolean) from class org.pac4j.core.profile.UserProfile to public BasicUserProfile(canAttributesBeMerged boolean) from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public setRoles(roles Set<String>) : void from class org.pac4j.core.profile.UserProfile to public setRoles(roles Set<String>) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public addAuthenticationAttributes(attributeMap Map<String,Object>) : void from class org.pac4j.core.profile.UserProfile to public addAuthenticationAttributes(attributeMap Map<String,Object>) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public addRoles(roles Set<String>) : void from class org.pac4j.core.profile.UserProfile to public addRoles(roles Collection<String>) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public setPermissions(permissions Set<String>) : void from class org.pac4j.core.profile.UserProfile to public setPermissions(permissions Set<String>) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method private mergeCollectionAttributes(existingCollection Collection<T>, newCollection Collection<T>) : Collection<T> from class org.pac4j.core.profile.UserProfile to private mergeCollectionAttributes(existingCollection Collection<T>, newCollection Collection<T>) : Collection<T> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public getAuthenticationAttribute(name String) : Object from class org.pac4j.core.profile.UserProfile to public getAuthenticationAttribute(name String) : Object from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public addAuthenticationAttribute(key String, value Object) : void from class org.pac4j.core.profile.UserProfile to public addAuthenticationAttribute(key String, value Object) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public getAttribute(name String, clazz Class<T>) : T from class org.pac4j.core.profile.UserProfile to public getAttribute(name String, clazz Class<T>) : T from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public containsAuthenicationAttribute(name String) : boolean from class org.pac4j.core.profile.UserProfile to public containsAuthenicationAttribute(name String) : boolean from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public build(id Object, attributes Map<String,Object>, authenticationAttributes Map<String,Object>) : void from class org.pac4j.core.profile.UserProfile to public build(id Object, attributes Map<String,Object>, authenticationAttributes Map<String,Object>) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method private canMergeAttributes(map Map<String,Object>, key String, preparedValue Object) : boolean from class org.pac4j.core.profile.UserProfile to private canMergeAttributes(map Map<String,Object>, key String, preparedValue Object) : boolean from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public setLinkedId(linkedId String) : void from class org.pac4j.core.profile.UserProfile to public setLinkedId(linkedId String) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public setClientName(clientName String) : void from class org.pac4j.core.profile.UserProfile to public setClientName(clientName String) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public getTypedId() : String from class org.pac4j.core.profile.UserProfile to public getTypedId() : String from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method private getAttributeMap(attributeMap Map<String,Object>) : Map<String,Object> from class org.pac4j.core.profile.UserProfile to private getAttributeMap(attributeMap Map<String,Object>) : Map<String,Object> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Method public addAttribute(key String, value Object) : void from class org.pac4j.core.profile.UserProfile to public addAttribute(key String, value Object) : void from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.core.logout.CasLogoutActionBuilder |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>, authorizerNames String, authorizersMap Map<String,Authorizer>) : boolean in class org.pac4j.core.authorization.checker.DefaultAuthorizationChecker |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method protected forbidden(context C, currentClients List<Client>, profiles List<UserProfile>, authorizers String) : HttpAction in class org.pac4j.core.engine.DefaultSecurityLogic |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.core.logout.LogoutActionBuilder |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method private addRoleOrPermissionToProfile(profile UserProfile, value String, isRole boolean) : void in class org.pac4j.core.authorization.generator.FromAttributesAuthorizationGenerator |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.XFrameOptionsHeader |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.saml.logout.SAML2LogoutActionBuilder |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.LoadLinkedUserAuthorizationGenerator |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.core.client.DirectClient |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.XContentTypeOptionsHeader |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.core.client.IndirectClient |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.oidc.authorization.generator.KeycloakRolesAuthorizationGenerator |
From |
To |
|
Change Parameter Type profile : UserProfile to profile : BasicUserProfile in method public sanitizeIdentifier(profile BasicUserProfile, id Object) : String in class org.pac4j.core.profile.ProfileHelper |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method private generateAuth(profile UserProfile, attributes Iterable<String>, isRole boolean) : void in class org.pac4j.core.authorization.generator.FromAttributesAuthorizationGenerator |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public mustSaveProfileInSession(context C, currentClients List<Client>, directClient DirectClient, profile UserProfile) : boolean in class org.pac4j.core.engine.decision.AlwaysUseSessionProfileStorageDecision |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public mustSaveProfileInSession(context C, currentClients List<Client>, directClient DirectClient, profile UserProfile) : boolean in class org.pac4j.core.engine.decision.DefaultProfileStorageDecision |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.CorsAuthorizer |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method protected check(context WebContext, profile UserProfile, element HTTP_METHOD) : boolean in class org.pac4j.core.authorization.authorizer.CheckHttpMethodAuthorizer |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>, authorizerNames String, authorizersMap Map<String,Authorizer>) : boolean in class org.pac4j.core.authorization.checker.AuthorizationChecker |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.CacheControlHeader |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.StrictTransportSecurityHeader |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.DefaultRolesPermissionsAuthorizationGenerator |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.core.logout.GoogleLogoutActionBuilder |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.core.logout.NoLogoutActionBuilder |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.AuthorizationGenerator |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method protected saveUserProfile(context C, config Config, profile UserProfile, saveInSession boolean, multiProfile boolean, renewSession boolean) : void in class org.pac4j.core.engine.DefaultCallbackLogic |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.csrf.CsrfAuthorizer |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method protected isAuthorized(context WebContext, profiles List<UserProfile>, authorizers List<Authorizer>) : boolean in class org.pac4j.core.authorization.checker.DefaultAuthorizationChecker |
From |
To |
|
Change Parameter Type roles : Set<String> to roles : Collection<String> in method public addRoles(roles Collection<String>) : void in class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.oidc.logout.OidcLogoutActionBuilder |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.FromAttributesAuthorizationGenerator |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.XSSProtectionHeader |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public mustSaveProfileInSession(context C, currentClients List<Client>, directClient DirectClient, profile UserProfile) : boolean in class org.pac4j.core.engine.decision.ProfileStorageDecision |
From |
To |
|
Change Parameter Type currentProfile : CommonProfile to currentProfile : UserProfile in method public getLogoutAction(context WebContext, currentProfile UserProfile, targetUrl String) : RedirectAction in class org.pac4j.core.client.Client |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.SpringSecurityPropertiesAuthorizationGenerator |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGenerator |
From |
To |
|
Change Parameter Type profile : CommonProfile to profile : UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.cas.authorization.DefaultCasAuthorizationGenerator |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.checker.DefaultAuthorizationCheckerTests.IdAuthorizer |
From |
To |
|
Change Parameter Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public isAuthorized(context WebContext, profiles List<UserProfile>) : boolean in class org.pac4j.core.authorization.authorizer.csrf.CsrfTokenGeneratorAuthorizer |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public getUserProfile(credentials C, context WebContext) : UserProfile in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.cas.authorization.DefaultCasAuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.oidc.authorization.generator.KeycloakRolesAuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.LoadLinkedUserAuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.FromAttributesAuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.SpringSecurityPropertiesAuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.DefaultRolesPermissionsAuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public getUserProfile(credentials C, context WebContext) : UserProfile in class org.pac4j.core.client.Client |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.core.authorization.generator.AuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public create(credentials C, context WebContext) : UserProfile in class org.pac4j.core.profile.creator.ProfileCreator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method public generate(context WebContext, profile UserProfile) : UserProfile in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGenerator |
From |
To |
|
Change Return Type CommonProfile to UserProfile in method protected retrieveUserProfile(credentials C, context WebContext) : UserProfile in class org.pac4j.core.client.BaseClient |
From |
To |
|
Push Down Attribute public SEPARATOR : String from class org.pac4j.core.profile.UserProfile to public SEPARATOR : String from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute protected logger : Logger from class org.pac4j.core.profile.UserProfile to protected logger : Logger from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private attributes : Map<String,Object> from class org.pac4j.core.profile.UserProfile to private attributes : Map<String,Object> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private permissions : Set<String> from class org.pac4j.core.profile.UserProfile to private permissions : Set<String> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private canAttributesBeMerged : boolean from class org.pac4j.core.profile.UserProfile to private canAttributesBeMerged : boolean from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private id : String from class org.pac4j.core.profile.UserProfile to private id : String from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private isRemembered : boolean from class org.pac4j.core.profile.UserProfile to private isRemembered : boolean from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private linkedId : String from class org.pac4j.core.profile.UserProfile to private linkedId : String from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private serialVersionUID : long from class org.pac4j.core.profile.UserProfile to private serialVersionUID : long from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private clientName : String from class org.pac4j.core.profile.UserProfile to private clientName : String from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private roles : Set<String> from class org.pac4j.core.profile.UserProfile to private roles : Set<String> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Push Down Attribute private authenticationAttributes : Map<String,Object> from class org.pac4j.core.profile.UserProfile to private authenticationAttributes : Map<String,Object> from class org.pac4j.core.profile.BasicUserProfile |
From |
To |
|
Change Variable Type profile : CommonProfile to profile : UserProfile in method public getUserProfile(credentials C, context WebContext) : UserProfile in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Variable Type profile : CommonProfile to profile : UserProfile in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, inputDefaultUrl String, inputSaveInSession Boolean, inputMultiProfile Boolean, inputRenewSession Boolean, client String) : R in class org.pac4j.core.engine.DefaultCallbackLogic |
From |
To |
|
Change Variable Type profile : CommonProfile to profile : UserProfile in method public perform(context C, config Config, securityGrantedAccessAdapter SecurityGrantedAccessAdapter<R,C>, httpActionAdapter HttpActionAdapter<R,C>, clients String, authorizers String, matchers String, inputMultiProfile Boolean, parameters Object...) : R in class org.pac4j.core.engine.DefaultSecurityLogic |
From |
To |
|
Change Variable Type profiles : List<CommonProfile> to profiles : List<UserProfile> in method public perform(context C, config Config, securityGrantedAccessAdapter SecurityGrantedAccessAdapter<R,C>, httpActionAdapter HttpActionAdapter<R,C>, clients String, authorizers String, matchers String, inputMultiProfile Boolean, parameters Object...) : R in class org.pac4j.core.engine.DefaultSecurityLogic |
From |
To |
|
Change Variable Type profile : CommonProfile to profile : UserProfile in method protected retrieveUserProfile(credentials C, context WebContext) : UserProfile in class org.pac4j.core.client.BaseClient |
From |
To |