public class BasicAuthAuthorizeManager extends java.lang.Object implements SecurityAuthorizeManager
BasicAuthAuthorizeManager
creates the authentication on the fly from the credentials without
any access to other services.Constructor and Description |
---|
BasicAuthAuthorizeManager() |
Modifier and Type | Method and Description |
---|---|
SecurityAuthentication |
create(SecurityCredentials credentials)
Creates from the credentials the authentication object to access an endpoint.
|
public SecurityAuthentication create(SecurityCredentials credentials)
SecurityAuthorizeManager
create
in interface SecurityAuthorizeManager
credentials
- the configured credentials