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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModel.java60 public static final String SAML_AUTHNAUTHORITY = "AuthnAuthority"; field in interface:EntityModel
H A DEntityModelImpl.java452 roles.add(SAML_AUTHNAUTHORITY);
H A DSAMLv2ModelImpl.java1840 if (role.equals(EntityModel.SAML_AUTHNAUTHORITY) ||
3133 String role = EntityModel.SAML_AUTHNAUTHORITY;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/model/
H A DEntityModel.java60 public static final String SAML_AUTHNAUTHORITY = "AuthnAuthority"; field in interface:EntityModel
H A DEntityModelImpl.java452 roles.add(SAML_AUTHNAUTHORITY);
H A DSAMLv2ModelImpl.java1840 if (role.equals(EntityModel.SAML_AUTHNAUTHORITY) ||
3133 String role = EntityModel.SAML_AUTHNAUTHORITY;
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java89 public static final String SAML_AUTHNAUTHORITY = "AuthnAuthority"; field in class:ConfigFedMonitoring
384 roles.add(SAML_AUTHNAUTHORITY);
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/configuration/
H A DConfigFedMonitoring.java91 public static final String SAML_AUTHNAUTHORITY = "AuthnAuthority"; field in class:ConfigFedMonitoring
386 roles.add(SAML_AUTHNAUTHORITY);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFederationViewBean.java900 } else if (strViewBean.equals(EntityModel.SAML_AUTHNAUTHORITY)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFederationViewBean.java900 } else if (strViewBean.equals(EntityModel.SAML_AUTHNAUTHORITY)) {

Completed in 47 milliseconds