|
Move Method private getAuthenticatedUser(existingSession GuacamoleSession, credentials Credentials) : AuthenticatedUser from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private getAuthenticatedUser(existingSession GuacamoleSession, credentials Credentials) : AuthenticatedUser from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Method private getLoggableAddress(request HttpServletRequest) : String from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private getLoggableAddress(request HttpServletRequest) : String from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Method private authenticateUser(credentials Credentials) : AuthenticatedUser from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private authenticateUser(credentials Credentials) : AuthenticatedUser from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Method private updateAuthenticatedUser(authenticatedUser AuthenticatedUser, credentials Credentials) : AuthenticatedUser from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private updateAuthenticatedUser(authenticatedUser AuthenticatedUser, credentials Credentials) : AuthenticatedUser from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Method private getUserContexts(existingSession GuacamoleSession, authenticatedUser AuthenticatedUser) : List<UserContext> from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private getUserContexts(existingSession GuacamoleSession, authenticatedUser AuthenticatedUser) : List<UserContext> from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Attribute private X_FORWARDED_FOR : Pattern from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private X_FORWARDED_FOR : Pattern from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Attribute private IPV4_ADDRESS_REGEX : String from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private IPV4_ADDRESS_REGEX : String from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Attribute private authProviders : List<AuthenticationProvider> from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private authProviders : List<AuthenticationProvider> from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Attribute private IP_ADDRESS_REGEX : String from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private IP_ADDRESS_REGEX : String from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Attribute private environment : Environment from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private environment : Environment from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Attribute private authTokenGenerator : AuthTokenGenerator from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private authTokenGenerator : AuthTokenGenerator from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Move Attribute private IPV6_ADDRESS_REGEX : String from class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService to private IPV6_ADDRESS_REGEX : String from class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Extract And Move Method public destroyGuacamoleSession(authToken String) : boolean extracted from public invalidateToken(authToken String) : void in class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService & moved to class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Extract And Move Method public destroyGuacamoleSession(authToken String) : boolean extracted from public invoke(invocation MethodInvocation) : Object in class org.glyptodon.guacamole.net.basic.rest.RESTExceptionWrapper & moved to class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |
|
Extract And Move Method public authenticate(credentials Credentials, token String) : String extracted from public createToken(username String, password String, token String, consumedRequest HttpServletRequest, parameters MultivaluedMap<String,String>) : APIAuthenticationResult in class org.glyptodon.guacamole.net.basic.rest.auth.TokenRESTService & moved to class org.glyptodon.guacamole.net.basic.rest.auth.AuthenticationService |
From |
To |