parent
ef197d8215
commit
399da1ecad
|
@ -35,6 +35,12 @@ public class SecurityContextImpl implements SecurityContext {
|
|||
|
||||
private Authentication authentication;
|
||||
|
||||
public SecurityContextImpl() {}
|
||||
|
||||
public SecurityContextImpl(Authentication authentication) {
|
||||
this.authentication = authentication;
|
||||
}
|
||||
|
||||
// ~ Methods
|
||||
// ========================================================================================================
|
||||
|
||||
|
|
Loading…
Reference in New Issue