public class DelegationPermissionFactory extends Object
DelegationPermission
instances.Constructor and Description |
---|
DelegationPermissionFactory() |
Modifier and Type | Method and Description |
---|---|
DelegationPermission |
newInstance(String orgName,
String serviceName,
String version,
String configType,
String subConfigName,
Set<String> actions,
Map<String,String> extensions)
Creates a new
DelegationPermission instance. |
public DelegationPermission newInstance(String orgName, String serviceName, String version, String configType, String subConfigName, Set<String> actions, Map<String,String> extensions) throws DelegationException
DelegationPermission
instance.orgName
- the org nameserviceName
- the service nameversion
- the versionconfigType
- the configuration typesubConfigName
- the sub configuration nameactions
- the set of actionsextensions
- the defined extension pointsDelegationException
- should some error occur during instantiationCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.