|
Change Return Type Optional<String> to String in method public getRequestHeader(name String) : String in class org.pac4j.core.context.WebContext |
From |
To |
|
Change Return Type Optional<String> to String in method public getRequestParameter(name String) : String in class org.pac4j.core.context.J2EContext |
From |
To |
|
Change Return Type Optional to Object in method public get(context J2EContext, key String) : Object in class org.pac4j.core.context.session.J2ESessionStore |
From |
To |
|
Change Return Type Optional<Object> to Object in method public get(context C, key String) : Object in class org.pac4j.core.context.session.SessionStore |
From |
To |
|
Change Return Type Optional<Cookie> to Cookie in method public getCookie(context WebContext, name String) : Cookie in class org.pac4j.core.context.ContextHelper |
From |
To |
|
Change Return Type Optional<String> to String in method public getRequestParameter(name String) : String in class org.pac4j.core.context.WebContext |
From |
To |
|
Change Return Type Optional<C> to C in method public getCredentials(context WebContext) : C in class org.pac4j.core.client.DirectClient |
From |
To |
|
Change Return Type Optional<RedirectAction> to RedirectAction in method public getLogoutAction(context WebContext, currentProfile U, targetUrl String) : RedirectAction in class org.pac4j.core.client.Client |
From |
To |
|
Change Return Type Optional<U> to U in method public getUserProfile(credentials C, context WebContext) : U in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Return Type Optional<U> to U in method public getUserProfile(credentials C, context WebContext) : U in class org.pac4j.core.client.Client |
From |
To |
|
Change Return Type Optional<C> to C in method public extract(context WebContext) : C in class org.pac4j.core.credentials.extractor.CredentialsExtractor |
From |
To |
|
Change Return Type Optional<RedirectAction> to RedirectAction in method public getLogoutAction(context WebContext, currentProfile U, targetUrl String) : RedirectAction in class org.pac4j.core.logout.CasLogoutActionBuilder |
From |
To |
|
Change Return Type Optional<UsernamePasswordCredentials> to UsernamePasswordCredentials in method public extract(context WebContext) : UsernamePasswordCredentials in class org.pac4j.core.credentials.extractor.FormExtractor |
From |
To |
|
Change Return Type Optional<Cookie> to Cookie in method public getCookie(cookies Collection<Cookie>, name String) : Cookie in class org.pac4j.core.context.ContextHelper |
From |
To |
|
Change Return Type Optional<RedirectAction> to RedirectAction in method public getLogoutAction(context WebContext, currentProfile U, targetUrl String) : RedirectAction in class org.pac4j.core.logout.GoogleLogoutActionBuilder |
From |
To |
|
Change Return Type Optional<C> to C in method public getCredentials(context WebContext) : C in class org.pac4j.core.client.IndirectClient |
From |
To |
|
Change Return Type Optional<CommonProfile> to CommonProfile in method public restoreOrBuildProfile(profileDefinition ProfileDefinition<? extends CommonProfile>, typedId String, attributes Map<String,Object>, parameters Object...) : CommonProfile in class org.pac4j.core.profile.ProfileHelper |
From |
To |
|
Change Return Type Optional<U> to U in method public create(credentials C, context WebContext) : U in class org.pac4j.core.profile.creator.ProfileCreator |
From |
To |
|
Change Return Type Optional<SessionStore<C>> to SessionStore<C> in method public buildFromTrackableSession(context C, trackableSession Object) : SessionStore<C> in class org.pac4j.core.context.session.SessionStore |
From |
To |
|
Change Return Type Optional<C> to C in method public getCredentials(context WebContext) : C in class org.pac4j.core.client.Client |
From |
To |
|
Change Return Type Optional<TokenCredentials> to TokenCredentials in method public extract(context WebContext) : TokenCredentials in class org.pac4j.core.credentials.extractor.ParameterExtractor |
From |
To |
|
Change Return Type Optional<P> to P in method public create(credentials C, context WebContext) : P in class org.pac4j.core.profile.creator.AuthenticatorProfileCreator |
From |
To |
|
Change Return Type Optional<RedirectAction> to RedirectAction in method public getLogoutAction(context WebContext, currentProfile U, targetUrl String) : RedirectAction in class org.pac4j.core.logout.LogoutActionBuilder |
From |
To |
|
Change Return Type Optional<C> to C in method protected retrieveCredentials(context WebContext) : C in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Return Type Optional<RedirectAction> to RedirectAction in method public getLogoutAction(context WebContext, currentProfile U, targetUrl String) : RedirectAction in class org.pac4j.core.client.IndirectClient |
From |
To |
|
Change Return Type Optional<Object> to Object in method public getTrackableSession(context C) : Object in class org.pac4j.core.context.session.SessionStore |
From |
To |
|
Change Return Type Optional to Object in method public getRequestAttribute(name String) : Object in class org.pac4j.core.context.J2EContext |
From |
To |
|
Change Return Type Optional<TokenCredentials> to TokenCredentials in method public extract(context WebContext) : TokenCredentials in class org.pac4j.core.credentials.extractor.HeaderExtractor |
From |
To |
|
Change Return Type Optional<String> to String in method public getRequestHeader(name String) : String in class org.pac4j.core.context.J2EContext |
From |
To |
|
Change Return Type Optional<U> to U in method protected retrieveUserProfile(credentials C, context WebContext) : U in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Return Type Optional<RedirectAction> to RedirectAction in method public getLogoutAction(context WebContext, currentProfile U, targetUrl String) : RedirectAction in class org.pac4j.core.client.DirectClient |
From |
To |
|
Change Return Type Optional<SessionStore<J2EContext>> to SessionStore<J2EContext> in method public buildFromTrackableSession(context J2EContext, trackableSession Object) : SessionStore<J2EContext> in class org.pac4j.core.context.session.J2ESessionStore |
From |
To |
|
Change Return Type Optional<RedirectAction> to RedirectAction in method public getLogoutAction(context WebContext, currentProfile U, targetUrl String) : RedirectAction in class org.pac4j.core.logout.NoLogoutActionBuilder |
From |
To |
|
Change Return Type Optional<T> to T in method public getAuthenticationAttribute(name String, clazz Class<T>) : T in class org.pac4j.core.profile.UserProfile |
From |
To |
|
Change Return Type Optional to Object in method public getTrackableSession(context J2EContext) : Object in class org.pac4j.core.context.session.J2ESessionStore |
From |
To |
|
Change Return Type Optional<UsernamePasswordCredentials> to UsernamePasswordCredentials in method public extract(context WebContext) : UsernamePasswordCredentials in class org.pac4j.core.credentials.extractor.BasicAuthExtractor |
From |
To |
|
Change Return Type Optional to Object in method public getRequestAttribute(name String) : Object in class org.pac4j.core.context.WebContext |
From |
To |
|
Change Variable Type credentials : Optional<Credentials> to credentials : Credentials 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 credentials : Optional<C> to credentials : C in method protected retrieveCredentials(context WebContext) : C in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Variable Type profile : Optional<U> to profile : U in method public getUserProfile(credentials C, context WebContext) : U in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Variable Type profile : Optional<U> to profile : U in method protected retrieveUserProfile(credentials C, context WebContext) : U in class org.pac4j.core.client.BaseClient |
From |
To |
|
Change Variable Type credentials : Optional<Credentials> to credentials : Credentials in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, inputDefaultUrl String, inputMultiProfile Boolean, inputRenewSession Boolean) : R in class org.pac4j.core.engine.DefaultCallbackLogic |
From |
To |
|
Change Variable Type password : Optional<String> to password : String in method public extract(context WebContext) : UsernamePasswordCredentials in class org.pac4j.core.credentials.extractor.FormExtractor |
From |
To |
|
Change Variable Type urlOpt : Optional<String> to url : String in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, defaultUrl String, inputLogoutUrlPattern String, inputLocalLogout Boolean, inputDestroySession Boolean, inputCentralLogout Boolean) : R in class org.pac4j.core.engine.DefaultLogoutLogic |
From |
To |
|
Change Variable Type logoutAction : Optional<RedirectAction> to logoutAction : RedirectAction in method public perform(context C, config Config, httpActionAdapter HttpActionAdapter<R,C>, defaultUrl String, inputLogoutUrlPattern String, inputLocalLogout Boolean, inputDestroySession Boolean, inputCentralLogout Boolean) : R in class org.pac4j.core.engine.DefaultLogoutLogic |
From |
To |
|
Change Variable Type credentials : Optional<TokenCredentials> to credentials : TokenCredentials in method public extract(context WebContext) : UsernamePasswordCredentials in class org.pac4j.core.credentials.extractor.BasicAuthExtractor |
From |
To |
|
Change Variable Type sessionToken : Optional<String> to sessionToken : String in method public isAuthorized(context WebContext, profiles List<CommonProfile>) : boolean in class org.pac4j.core.authorization.authorizer.csrf.CsrfAuthorizer |
From |
To |
|
Change Variable Type headerValue : Optional<String> to headerValue : String in method public matches(context WebContext) : boolean in class org.pac4j.core.matching.HeaderMatcher |
From |
To |
|
Change Variable Type credentials : Optional<C> to credentials : C in method public getCredentials(context WebContext) : C in class org.pac4j.core.client.IndirectClient |
From |
To |
|
Change Variable Type header : Optional<String> to header : String in method public extract(context WebContext) : TokenCredentials in class org.pac4j.core.credentials.extractor.HeaderExtractor |
From |
To |
|
Change Variable Type username : Optional<String> to username : String in method public extract(context WebContext) : UsernamePasswordCredentials in class org.pac4j.core.credentials.extractor.FormExtractor |
From |
To |
|
Change Variable Type clientNameOnRequest : Optional<String> to clientNameOnRequest : String in method public find(clients Clients, context WebContext, clientNames String) : List<Client> in class org.pac4j.core.client.finder.DefaultSecurityClientFinder |
From |
To |