643a3b273549aa0f2356c1f660981eb424657d23
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 12
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute manager : SingleSignOnManager to singleSignOnManager : SingleSignOnManager in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism | From | To | |
Extract Variable | 1 | ||
Extract Variable identityManager : IdentityManager in method private setupSecurityHandlers(initialHandler HttpHandler) : HttpHandler from class io.undertow.servlet.core.DeploymentManagerImpl | From | To | |
Extract Method | 8 | ||
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public runFormAuth(exchange HttpServerExchange, securityContext SecurityContext) : AuthenticationMechanismOutcome in class io.undertow.security.impl.FormAuthenticationMechanism | From | To | |
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public authenticate(exchange HttpServerExchange, securityContext SecurityContext) : AuthenticationMechanismOutcome in class io.undertow.security.impl.SingleSignOnAuthenticationMechanism | From | To | |
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public runCached(exchange HttpServerExchange, securityContext SecurityContext, sessionManager AuthenticatedSessionManager) : AuthenticationMechanismOutcome in class io.undertow.security.impl.CachedAuthenticatedSessionMechanism | From | To | |
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public handleDigestHeader(exchange HttpServerExchange, securityContext SecurityContext) : AuthenticationMechanismOutcome in class io.undertow.security.impl.DigestAuthenticationMechanism | From | To | |
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public authenticate(exchange HttpServerExchange, securityContext SecurityContext) : AuthenticationMechanismOutcome in class io.undertow.security.impl.GSSAPIAuthenticationMechanism | From | To | |
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public authenticate(exchange HttpServerExchange, securityContext SecurityContext) : AuthenticationMechanismOutcome in class io.undertow.security.impl.ClientCertAuthenticationMechanism | From | To | |
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public authenticate(exchange HttpServerExchange, securityContext SecurityContext) : AuthenticationMechanismOutcome in class io.undertow.security.impl.BasicAuthenticationMechanism | From | To | |
Extract Method private getIdentityManager(securityContext SecurityContext) : IdentityManager extracted from public authenticate(exchange HttpServerExchange, securityContext SecurityContext) : AuthenticationMechanismOutcome in class io.undertow.security.impl.ExternalAuthenticationMechanism | From | To |