- User - Interface in com.sap.cloud.sdk.cloudplatform.security.user
-
Represents a user of the system, containing information about his authorizations as well as his Locale and further,
arbitrary attributes.
- UserAccessDeniedException - Exception in com.sap.cloud.sdk.cloudplatform.security.user.exception
-
Runtime exception indicating that accessing users is denied.
- UserAccessDeniedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessDeniedException
-
Initializes the exception by delegating the message to the super constructor.
- UserAccessDeniedException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessDeniedException
-
Initializes the exception by delegating the causing exception to the super constructor.
- UserAccessDeniedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessDeniedException
-
Initializes the exception by delegating the message and the causing exception to the super constructor.
- UserAccessDeniedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessDeniedException
-
- UserAccessException - Exception in com.sap.cloud.sdk.cloudplatform.security.user.exception
-
Runtime exception indicating an issue while accessing a user.
- UserAccessException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessException
-
Initializes the exception by delegating the message to the super constructor.
- UserAccessException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessException
-
Initializes the exception by delegating the causing exception to the super constructor.
- UserAccessException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessException
-
Initializes the exception by delegating the message and the causing exception to the super constructor.
- UserAccessException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserAccessException
-
- UserAccessor - Class in com.sap.cloud.sdk.cloudplatform.security.user
-
Main class find and access
User.
- UserAccessor() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.user.UserAccessor
-
- UserAttribute - Interface in com.sap.cloud.sdk.cloudplatform.security.user
-
A simple attribute of a
User.
- UserFacade - Interface in com.sap.cloud.sdk.cloudplatform.security.user
-
Facade interface encapsulating the logic to access
User information.
- userName - Variable in class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
-
The user name.
- UserNotAuthenticatedException - Exception in com.sap.cloud.sdk.cloudplatform.security.user.exception
-
Runtime exception indicating that the user is not authenticated.
- UserNotAuthenticatedException(String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserNotAuthenticatedException
-
Initializes the exception by delegating the message to the super constructor.
- UserNotAuthenticatedException(Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserNotAuthenticatedException
-
Initializes the exception by delegating the causing exception to the super constructor.
- UserNotAuthenticatedException(String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserNotAuthenticatedException
-
Initializes the exception by delegating the message and the causing exception to the super constructor.
- UserNotAuthenticatedException() - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserNotAuthenticatedException
-
- UserNotInRoleException - Exception in com.sap.cloud.sdk.cloudplatform.security.user.exception
-
Exception indicating that a user does not have a required role.
- UserNotInRoleException(User, Role) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserNotInRoleException
-
Creates the exception with an error message based on the given user and role.
- UserNotInRoleException(User, Role, String) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserNotInRoleException
-
Creates the exception by delegating the message to the super constructor and storing the user and the rule.
- UserNotInRoleException(User, Role, String, Throwable) - Constructor for exception com.sap.cloud.sdk.cloudplatform.security.user.exception.UserNotInRoleException
-
Creates the exception by delegating the message and the causing exception to the super constructor and storing
the user and the rule.
- UserRequestContextListener - Class in com.sap.cloud.sdk.cloudplatform.security.user
-
Implementation of
AbstractRequestContextListener that ensures the correct initialization of
Users
when working with non-container managed threads on all supported Cloud platforms.
- UserRequestContextListener() - Constructor for class com.sap.cloud.sdk.cloudplatform.security.user.UserRequestContextListener
-
- UserSpecificAuthorization - Class in com.sap.cloud.sdk.cloudplatform.security
-
Authorization implementation based on a tenant identifier, a user name, and another Authorization.
- UserSpecificAuthorization(String, String, Authorization) - Constructor for class com.sap.cloud.sdk.cloudplatform.security.UserSpecificAuthorization
-
Creates a new authorization based on the tenant identifier, the user name, and another Authorization.