|
Pull Up Method public registerNotificationReceiver(receiver NotificationReceiver) : void from class io.undertow.security.impl.SecurityContextImpl to public registerNotificationReceiver(receiver NotificationReceiver) : void from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public authenticationComplete(account Account, mechanism String, cachingRequired boolean) : void from class io.undertow.security.impl.SecurityContextImpl to public authenticationComplete(account Account, mechanism String, cachingRequired boolean) : void from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public authenticationFailed(message String, mechanism String) : void from class io.undertow.security.impl.SecurityContextImpl to public authenticationFailed(message String, mechanism String) : void from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public isAuthenticationRequired() : boolean from class io.undertow.security.impl.SecurityContextImpl to public isAuthenticationRequired() : boolean from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public getMechanismName() : String from class io.undertow.security.impl.SecurityContextImpl to public getMechanismName() : String from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public getAuthenticatedAccount() : Account from class io.undertow.security.impl.SecurityContextImpl to public getAuthenticatedAccount() : Account from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public setAuthenticationRequired() : void from class io.undertow.security.impl.SecurityContextImpl to public setAuthenticationRequired() : void from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public isAuthenticated() : boolean from class io.undertow.security.impl.SecurityContextImpl to public isAuthenticated() : boolean from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method protected authenticationComplete(account Account, mechanism String, programatic boolean, cachingRequired boolean) : void from class io.undertow.security.impl.SecurityContextImpl to protected authenticationComplete(account Account, mechanism String, programatic boolean, cachingRequired boolean) : void from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method public removeNotificationReceiver(receiver NotificationReceiver) : void from class io.undertow.security.impl.SecurityContextImpl to public removeNotificationReceiver(receiver NotificationReceiver) : void from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Method private sendNoticiation(notification SecurityNotification) : void from class io.undertow.security.impl.SecurityContextImpl to private sendNoticiation(notification SecurityNotification) : void from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Attribute private mechanismName : String from class io.undertow.security.impl.SecurityContextImpl to private mechanismName : String from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Attribute private authenticationRequired : boolean from class io.undertow.security.impl.SecurityContextImpl to private authenticationRequired : boolean from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Attribute private account : Account from class io.undertow.security.impl.SecurityContextImpl to private account : Account from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Attribute private exchange : HttpServerExchange from class io.undertow.security.impl.SecurityContextImpl to protected exchange : HttpServerExchange from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |
|
Pull Up Attribute private notificationReceivers : Node<NotificationReceiver> from class io.undertow.security.impl.SecurityContextImpl to private notificationReceivers : Node<NotificationReceiver> from class io.undertow.security.impl.AbstractSecurityContext |
From |
To |