Uses of Class
com.devonfw.module.security.common.api.authentication.DefaultAuthentication
-
Packages that use DefaultAuthentication Package Description com.devonfw.module.security.common.api.authentication -
-
Uses of DefaultAuthentication in com.devonfw.module.security.common.api.authentication
Methods in com.devonfw.module.security.common.api.authentication that return DefaultAuthentication Modifier and Type Method Description static DefaultAuthenticationDefaultAuthentication. ofAccessControls(Object principal, Object credentials, Collection<? extends AccessControl> accessControls, Map<String,Object> attributes)Creates a newDefaultAuthenticationinstance for the provided values.
-