Searched refs:subjectType (Results 1 - 25 of 28) sorted by relevance

12

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSelectSubjectTypeViewBean.java94 String subjectType = (String)propertySheetModel.getValue(
102 realmName, subjectType);
106 forwardToURL(viewBeanURL, subjectType, realmName);
108 forwardToViewBean(model, subjectType, realmName);
114 String subjectType,
122 subjectType);
138 String subjectType,
141 Syntax syntax = model.getSubjectSyntax(realmName, subjectType);
157 subjectType);
112 forwardToURL( String url, String subjectType, String realmName ) argument
136 forwardToViewBean( PolicyModel model, String subjectType, String realmName ) argument
H A DSubjectOpViewBeanBase.java73 public static final String PG_SESSION_SUBJECT_TYPE = "subjectType";
174 String subjectType = (String)getPageSessionAttribute(
177 Syntax syntax = model.getSubjectSyntax(realmName, subjectType);
186 propertySheetModel.setValue(SUBJECT_TYPE, subjectType);
189 String i18nName = (String)map.get(subjectType);
204 String subjectType = (String)propertySheetModel.getValue(
210 values = getValues(subjectType);
212 subject = createSubject(subjectType, values);
215 subject = createSubject(subjectType, values);
224 String subjectType
232 createSubject(String subjectType, Set values) argument
257 getValues(String subjectType) argument
262 getValues(String subjectType, boolean bAlert) argument
[all...]
H A DPolicyOpViewBeanBase.java93 private static final String TBL_SUBJECTS_DATA_TYPE = "subjectType";
938 String subjectType =
941 curRealm, subjectType);
950 forwardToSubjectURL(viewBeanURL, "", subjectType,
953 forwardToSubjectAddViewBean(curRealm, subjectType);
978 String subjectType,
987 subjectType);
1006 String subjectType
1008 SubjectAddViewBean vb = subjectHasValueSyntax(curRealm, subjectType) ?
1015 subjectType);
975 forwardToSubjectURL( String url, String subjectName, String subjectType, String realmName, String op ) argument
1083 subjectHasValueSyntax(String realmName, String subjectType) argument
[all...]
H A DIdentitySubjectAddViewBean.java188 protected Set getValues(String subjectType) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DSelectSubjectTypeViewBean.java94 String subjectType = (String)propertySheetModel.getValue(
102 realmName, subjectType);
106 forwardToURL(viewBeanURL, subjectType, realmName);
108 forwardToViewBean(model, subjectType, realmName);
114 String subjectType,
122 subjectType);
138 String subjectType,
141 Syntax syntax = model.getSubjectSyntax(realmName, subjectType);
157 subjectType);
112 forwardToURL( String url, String subjectType, String realmName ) argument
136 forwardToViewBean( PolicyModel model, String subjectType, String realmName ) argument
H A DSubjectOpViewBeanBase.java73 public static final String PG_SESSION_SUBJECT_TYPE = "subjectType";
174 String subjectType = (String)getPageSessionAttribute(
177 Syntax syntax = model.getSubjectSyntax(realmName, subjectType);
186 propertySheetModel.setValue(SUBJECT_TYPE, subjectType);
189 String i18nName = (String)map.get(subjectType);
204 String subjectType = (String)propertySheetModel.getValue(
210 values = getValues(subjectType);
212 subject = createSubject(subjectType, values);
215 subject = createSubject(subjectType, values);
224 String subjectType
232 createSubject(String subjectType, Set values) argument
257 getValues(String subjectType) argument
262 getValues(String subjectType, boolean bAlert) argument
[all...]
H A DPolicyOpViewBeanBase.java93 private static final String TBL_SUBJECTS_DATA_TYPE = "subjectType";
938 String subjectType =
941 curRealm, subjectType);
950 forwardToSubjectURL(viewBeanURL, "", subjectType,
953 forwardToSubjectAddViewBean(curRealm, subjectType);
978 String subjectType,
987 subjectType);
1006 String subjectType
1008 SubjectAddViewBean vb = subjectHasValueSyntax(curRealm, subjectType) ?
1015 subjectType);
975 forwardToSubjectURL( String url, String subjectName, String subjectType, String realmName, String op ) argument
1083 subjectHasValueSyntax(String realmName, String subjectType) argument
[all...]
H A DIdentitySubjectAddViewBean.java188 protected Set getValues(String subjectType) argument
/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DSubjectTypeValidator.java56 final String subjectType = clientRegistrationStore.get((String)
60 if (supported.toLowerCase().equals(subjectType)) {
H A DClientBuilder.java37 private String subjectType; field in class:ClientBuilder
143 * @param subjectType The subject type.
145 public ClientBuilder setSubjectType(String subjectType) { argument
146 this.subjectType = subjectType;
357 displayDescription, clientName, subjectType, idTokenSignedResponseAlgorithm, postLogoutRedirectionURIs,
H A DClient.java140 for (SubjectType subjectType : SubjectType.values()) {
141 if (type.equalsIgnoreCase(subjectType.type)) {
142 return subjectType;
324 * @param subjectType The subject type of the client.
348 List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm,
364 setSubjectType(subjectType);
715 * @param subjectType The subject type.
717 public void setSubjectType(String subjectType) { argument
718 if (!StringUtils.isBlank(subjectType)) {
719 put(OAuth2Constants.ShortClientAttributeNames.SUBJECT_TYPE.getType(), subjectType);
346 Client(String clientID, String clientType, List<String> redirectionURIs, List<String> allowedGrantScopes, List<String> defaultGrantScopes, List<String> displayName, List<String> displayDescription, List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm, List<String> postLogoutRedirectionURIs, String accessToken, String clientSessionURI, String applicationType, String clientSecret, List<String> responseTypes, List<String> contacts, Long defaultMaxAge, Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks, String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime, Long accessTokenLifeTime, Long refreshTokenLifeTime, Long jwtTokenLifeTime) argument
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DSubjectTypeValidator.java56 final String subjectType = clientRegistrationStore.get((String)
60 if (supported.toLowerCase().equals(subjectType)) {
H A DClientBuilder.java37 private String subjectType; field in class:ClientBuilder
143 * @param subjectType The subject type.
145 public ClientBuilder setSubjectType(String subjectType) { argument
146 this.subjectType = subjectType;
357 displayDescription, clientName, subjectType, idTokenSignedResponseAlgorithm, postLogoutRedirectionURIs,
H A DClient.java140 for (SubjectType subjectType : SubjectType.values()) {
141 if (type.equalsIgnoreCase(subjectType.type)) {
142 return subjectType;
324 * @param subjectType The subject type of the client.
348 List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm,
364 setSubjectType(subjectType);
715 * @param subjectType The subject type.
717 public void setSubjectType(String subjectType) { argument
718 if (!StringUtils.isBlank(subjectType)) {
719 put(OAuth2Constants.ShortClientAttributeNames.SUBJECT_TYPE.getType(), subjectType);
346 Client(String clientID, String clientType, List<String> redirectionURIs, List<String> allowedGrantScopes, List<String> defaultGrantScopes, List<String> displayName, List<String> displayDescription, List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm, List<String> postLogoutRedirectionURIs, String accessToken, String clientSessionURI, String applicationType, String clientSecret, List<String> responseTypes, List<String> contacts, Long defaultMaxAge, Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks, String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime, Long accessTokenLifeTime, Long refreshTokenLifeTime, Long jwtTokenLifeTime) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjectTypeManager.java168 * @param subjectType subject type name
172 protected String getI18NPropertiesFileName(String subjectType) { argument
181 * @param subjectType subject type name
185 public String getI18NKey(String subjectType) { argument
186 PluginSchema ps = PolicyManager.getPluginSchema(SUBJECT, subjectType);
195 * @param subjectType subject type
198 public String getDisplayName(String subjectType) { argument
200 String i18nKey = getI18NKey(subjectType);
202 displayName = subjectType;
213 * @param subjectType subjec
220 getSubject(String subjectType) argument
[all...]
H A DSubjects.java119 String subjectType = XMLUtils.getNodeAttributeValue(
121 if (subjectType == null) {
132 Subject subject = stm.getSubject(subjectType);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DSubjectTypeManager.java168 * @param subjectType subject type name
172 protected String getI18NPropertiesFileName(String subjectType) { argument
181 * @param subjectType subject type name
185 public String getI18NKey(String subjectType) { argument
186 PluginSchema ps = PolicyManager.getPluginSchema(SUBJECT, subjectType);
195 * @param subjectType subject type
198 public String getDisplayName(String subjectType) { argument
200 String i18nKey = getI18NKey(subjectType);
202 displayName = subjectType;
213 * @param subjectType subjec
220 getSubject(String subjectType) argument
[all...]
H A DSubjects.java118 String subjectType = XMLUtils.getNodeAttributeValue(
120 if (subjectType == null) {
131 Subject subject = stm.getSubject(subjectType);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModel.java306 * @param subjectType Name of Subject type.
309 Syntax getSubjectSyntax(String realmName, String subjectType); argument
315 * @param subjectType Name of subject type.
320 Subject createSubject(String realmName, String subjectType, Set values) argument
327 * @param subjectType Name of Subject Type.
334 String subjectType,
332 getSubjectPossibleValues( String realmName, String subjectType, String filter ) argument
H A DPolicyModelImpl.java1117 * @param subjectType Name of Subject type.
1120 public Syntax getSubjectSyntax(String realmName, String subjectType) { argument
1128 Subject subject = subjectTypeMgr.getSubject(subjectType);
1148 * @param subjectType Name of subject type.
1155 String subjectType,
1165 subject = subjectTypeMgr.getSubject(subjectType);
1181 * @param subjectType Name of Subject Type.
1188 String subjectType,
1204 Subject subject = subjectTypeMgr.getSubject(subjectType);
1153 createSubject( String realmName, String subjectType, Set values ) argument
1186 getSubjectPossibleValues( String realmName, String subjectType, String filter ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModel.java306 * @param subjectType Name of Subject type.
309 Syntax getSubjectSyntax(String realmName, String subjectType); argument
315 * @param subjectType Name of subject type.
320 Subject createSubject(String realmName, String subjectType, Set values) argument
327 * @param subjectType Name of Subject Type.
334 String subjectType,
332 getSubjectPossibleValues( String realmName, String subjectType, String filter ) argument
H A DPolicyModelImpl.java1102 * @param subjectType Name of Subject type.
1105 public Syntax getSubjectSyntax(String realmName, String subjectType) { argument
1113 Subject subject = subjectTypeMgr.getSubject(subjectType);
1133 * @param subjectType Name of subject type.
1140 String subjectType,
1150 subject = subjectTypeMgr.getSubject(subjectType);
1166 * @param subjectType Name of Subject Type.
1173 String subjectType,
1189 Subject subject = subjectTypeMgr.getSubject(subjectType);
1138 createSubject( String realmName, String subjectType, Set values ) argument
1171 getSubjectPossibleValues( String realmName, String subjectType, String filter ) argument
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationPrivilegeBase.java226 String subjectType = getStringOptionValue(PARAM_SUBJECT_TYPE);
227 if ((subjectType.equalsIgnoreCase(PARAM_SUBJECT_USER))) {
230 if ((subjectType.equalsIgnoreCase(PARAM_SUBJECT_GROUP))) {
233 String[] param = {subjectType};
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/cli/entitlement/
H A DApplicationPrivilegeBase.java234 String subjectType = getStringOptionValue(PARAM_SUBJECT_TYPE);
235 if ((subjectType.equalsIgnoreCase(PARAM_SUBJECT_USER))) {
238 if ((subjectType.equalsIgnoreCase(PARAM_SUBJECT_GROUP))) {
241 String[] param = {subjectType};
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMClientRegistration.java592 final String subjectType;
603 subjectType = subjectTypeSet.iterator().next();
605 subjectType = Client.SubjectType.PUBLIC.getType();
608 return subjectType;

Completed in 123 milliseconds

12