Searched refs:SERVICE_TYPE (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java60 public static final String SERVICE_TYPE = "authServiceType"; field in class:EditAuthTypeViewBean
70 String type = (String)getPageSessionAttribute(SERVICE_TYPE);
102 final String instance = (String) getPageSessionAttribute(SERVICE_TYPE);
120 (String)getPageSessionAttribute(SERVICE_TYPE));
137 String instance = (String)getPageSessionAttribute(SERVICE_TYPE);
171 String instance = (String)getPageSessionAttribute(SERVICE_TYPE);
224 String instance = (String)getPageSessionAttribute(SERVICE_TYPE);
H A DAuthPropertiesViewBean.java663 EditAuthTypeViewBean.SERVICE_TYPE, type);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/authentication/
H A DEditAuthTypeViewBean.java60 public static final String SERVICE_TYPE = "authServiceType"; field in class:EditAuthTypeViewBean
70 String type = (String)getPageSessionAttribute(SERVICE_TYPE);
102 final String instance = (String) getPageSessionAttribute(SERVICE_TYPE);
120 (String)getPageSessionAttribute(SERVICE_TYPE));
137 String instance = (String)getPageSessionAttribute(SERVICE_TYPE);
171 String instance = (String)getPageSessionAttribute(SERVICE_TYPE);
224 String instance = (String)getPageSessionAttribute(SERVICE_TYPE);
H A DAuthPropertiesViewBean.java660 EditAuthTypeViewBean.SERVICE_TYPE, type);
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DServiceTypeAttribute.java111 super(OctetUtils.toOctets(AttributeType.SERVICE_TYPE, type));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTConstants.java60 public static final String SERVICE_TYPE = "servicetype"; field in class:DSTConstants
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/packet/
H A DServiceTypeAttribute.java111 super(OctetUtils.toOctets(AttributeType.SERVICE_TYPE, type));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/dst/
H A DDSTConstants.java60 public static final String SERVICE_TYPE = "servicetype"; field in class:DSTConstants
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeType.java59 SERVICE_TYPE(6), enum constant in enum:AttributeType
H A DAttributeFactory.java119 case SERVICE_TYPE: // 6
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeType.java59 SERVICE_TYPE(6), enum constant in enum:AttributeType
H A DAttributeFactory.java119 case SERVICE_TYPE: // 6
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java124 RuleOpViewBeanBase.SERVICE_TYPE);
157 RuleOpViewBeanBase.SERVICE_TYPE);
212 RuleOpViewBeanBase.SERVICE_TYPE);
H A DRuleAddViewBean.java95 propertySheetModel.setValue(SERVICE_TYPE, serviceType);
H A DRuleOpViewBeanBase.java79 protected static final String SERVICE_TYPE = "tfServiceType"; field in class:RuleOpViewBeanBase
214 SERVICE_TYPE);
230 String serviceType = (String)propertySheetModel.getValue(SERVICE_TYPE);
267 String serviceType = (String)propertySheetModel.getValue(SERVICE_TYPE);
H A DRuleEditViewBean.java96 propertySheetModel.setValue(SERVICE_TYPE, serviceType);
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DActionTiledView.java124 RuleOpViewBeanBase.SERVICE_TYPE);
157 RuleOpViewBeanBase.SERVICE_TYPE);
212 RuleOpViewBeanBase.SERVICE_TYPE);
H A DRuleAddViewBean.java95 propertySheetModel.setValue(SERVICE_TYPE, serviceType);
H A DRuleOpViewBeanBase.java79 protected static final String SERVICE_TYPE = "tfServiceType"; field in class:RuleOpViewBeanBase
214 SERVICE_TYPE);
230 String serviceType = (String)propertySheetModel.getValue(SERVICE_TYPE);
267 String serviceType = (String)propertySheetModel.getValue(SERVICE_TYPE);
H A DRuleEditViewBean.java96 propertySheetModel.setValue(SERVICE_TYPE, serviceType);

Completed in 36 milliseconds