Searched refs:configType (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationPermission.java57 private String configType; field in class:DelegationPermission
85 * @param configType
102 String configType,
111 this.configType = configType;
129 * @param configType
146 String configType,
156 this.configType = configType;
241 return configType;
98 DelegationPermission( String orgName, String serviceName, String version, String configType, String subConfigName, Set actions, Map extensions ) argument
142 DelegationPermission( String orgName, String serviceName, String version, String configType, String subConfigName, Set actions, Map extensions, Function<String, String, NeverThrowsException> orgNameToDNFunc ) argument
254 setConfigType(String configType) argument
[all...]
H A DDelegationPermissionFactory.java38 * @param configType
53 String version, String configType,
57 return new DelegationPermission(orgName, serviceName, version, configType, subConfigName, actions, extensions);
52 newInstance(String orgName, String serviceName, String version, String configType, String subConfigName, Set<String> actions, Map<String, String> extensions) argument
H A DDelegationPrivilege.java228 String configType = null;
235 configType = st.nextToken();
248 realmName, serviceName, version, configType,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java889 String configType = null;
919 configType = st.nextToken();
939 + "; configType=" + configType
944 realmName, serviceName, version, configType,
968 String configType = perm.getConfigType();
983 if (configType != null) {
985 sb.append(configType);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java1482 // store serviceName,version,configType,subConfigNames
1684 String configType = parseTokens[2];
1691 (configType.equalsIgnoreCase("*") ||
1701 serviceName, version, configType, subConfigName, actions,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationPermission.java57 private String configType; field in class:DelegationPermission
85 * @param configType
102 String configType,
111 this.configType = configType;
129 * @param configType
146 String configType,
156 this.configType = configType;
241 return configType;
98 DelegationPermission( String orgName, String serviceName, String version, String configType, String subConfigName, Set actions, Map extensions ) argument
142 DelegationPermission( String orgName, String serviceName, String version, String configType, String subConfigName, Set actions, Map extensions, Function<String, String, NeverThrowsException> orgNameToDNFunc ) argument
254 setConfigType(String configType) argument
[all...]
H A DDelegationPermissionFactory.java38 * @param configType
53 String version, String configType,
57 return new DelegationPermission(orgName, serviceName, version, configType, subConfigName, actions, extensions);
52 newInstance(String orgName, String serviceName, String version, String configType, String subConfigName, Set<String> actions, Map<String, String> extensions) argument
H A DDelegationPrivilege.java228 String configType = null;
235 configType = st.nextToken();
248 realmName, serviceName, version, configType,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/plugins/
H A DDelegationPolicyImpl.java900 String configType = null;
930 configType = st.nextToken();
950 + "; configType=" + configType
955 realmName, serviceName, version, configType,
979 String configType = perm.getConfigType();
994 if (configType != null) {
996 sb.append(configType);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSMSEntry.java1482 // store serviceName,version,configType,subConfigNames
1684 String configType = parseTokens[2];
1691 (configType.equalsIgnoreCase("*") ||
1701 serviceName, version, configType, subConfigName, actions,

Completed in 548 milliseconds