Class CurrentUserProxyImpl
java.lang.Object
com.foreach.across.modules.user.security.CurrentUserProxyImpl
- All Implemented Interfaces:
CurrentUserProxy
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Deprecated.getId()
Deprecated.getUser()
Deprecated.Deprecated.boolean
hasAuthority
(String authority) Deprecated.boolean
hasAuthority
(org.springframework.security.core.GrantedAuthority authority) Deprecated.boolean
hasPermission
(Permission permission) Deprecated.boolean
hasPermission
(String name) Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
Deprecated.boolean
isMemberOf
(Group group) Deprecated.
-
Constructor Details
-
CurrentUserProxyImpl
public CurrentUserProxyImpl()Deprecated.
-
-
Method Details
-
getId
Deprecated.- Specified by:
getId
in interfaceCurrentUserProxy
-
getEmail
Deprecated.- Specified by:
getEmail
in interfaceCurrentUserProxy
-
getUsername
Deprecated.- Specified by:
getUsername
in interfaceCurrentUserProxy
-
isMemberOf
Deprecated.- Specified by:
isMemberOf
in interfaceCurrentUserProxy
-
hasRole
Deprecated.- Specified by:
hasRole
in interfaceCurrentUserProxy
-
hasRole
Deprecated.- Specified by:
hasRole
in interfaceCurrentUserProxy
-
hasPermission
Deprecated.- Specified by:
hasPermission
in interfaceCurrentUserProxy
-
hasPermission
Deprecated.- Specified by:
hasPermission
in interfaceCurrentUserProxy
-
hasAuthority
Deprecated.- Specified by:
hasAuthority
in interfaceCurrentUserProxy
-
hasAuthority
public boolean hasAuthority(org.springframework.security.core.GrantedAuthority authority) Deprecated.- Specified by:
hasAuthority
in interfaceCurrentUserProxy
-
getUser
Deprecated.- Specified by:
getUser
in interfaceCurrentUserProxy
-
isAuthenticated
public boolean isAuthenticated()Deprecated.- Specified by:
isAuthenticated
in interfaceCurrentUserProxy
-