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