public class CmisSecurityHandler extends Object implements ISecurityHandler
Constructor and Description |
---|
CmisSecurityHandler(org.apache.chemistry.opencmis.commons.server.CallContext callContext) |
Modifier and Type | Method and Description |
---|---|
CredentialFactory |
getCredentials()
Can be used to authenticate the user against another system or pass the authentication context through.
|
Principal |
getPrincipal(PipeLineSession session) |
boolean |
isUserInRole(String role,
PipeLineSession session) |
public CmisSecurityHandler(org.apache.chemistry.opencmis.commons.server.CallContext callContext)
public boolean isUserInRole(String role, PipeLineSession session) throws org.apache.commons.lang3.NotImplementedException
isUserInRole
in interface ISecurityHandler
org.apache.commons.lang3.NotImplementedException
public Principal getPrincipal(PipeLineSession session) throws org.apache.commons.lang3.NotImplementedException
getPrincipal
in interface ISecurityHandler
org.apache.commons.lang3.NotImplementedException
public CredentialFactory getCredentials()
CredentialFactory
Copyright © 2023 Frank!Framework. All rights reserved.