Searched defs:role (Results 1 - 25 of 86) sorted by relevance

1234

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAssertionIDRequestMapper.java51 * @param role SAML authority role, for example,
61 String role, String realm) throws SAML2Exception;
59 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
H A DDefaultAssertionIDRequestMapper.java53 * @param role SAML authority role
60 String role, String realm) throws SAML2Exception {
58 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
H A DDefaultAttributeMapper.java83 String role) throws SAML2Exception {
85 return SAML2Utils.getConfigAttributeMap(realm, hostEntityID, role);
82 getConfigAttributeMap(String realm, String hostEntityID, String role) argument
H A DDefaultAccountMapper.java70 protected String role = null; field in class:DefaultAccountMapper
147 (nameID, hostEntityID, remoteEntityID, realm, role));
183 "Entity " + entityID + " realm =" + realm + " role=" + role);
209 if (IDP.equals(role)) {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAttributeMapper.java64 protected String role = null; field in class:DefaultAttributeMapper
96 if(role.equals(SP)) {
H A DDefaultAccountMapper.java69 protected String role = null; field in class:DefaultAccountMapper
150 if(role.equals(IDP)) {
163 "Entity " + entityID + " realm =" + realm + " role=" + role);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/whitelist/
H A DValidWReplyExtractor.java47 if (SAML2Constants.SP_ROLE.equalsIgnoreCase(entityInfo.role)) {
82 private final String role; field in class:ValidWReplyExtractor.WSFederationEntityInfo
84 private WSFederationEntityInfo(final String realm, final String entityID, final String role) { argument
87 this.role = role;
95 * @param role The role of the hosted entity (e.g. SPRole or IDPRole).
98 public static WSFederationEntityInfo from(final String realm, final String entityID, final String role) { argument
99 return new WSFederationEntityInfo(realm, entityID, role);
104 return "WSFederationEntityInfo{" + "realm=" + realm + ", entityID=" + entityID + ", role
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/plugins/
H A DValidRelayStateExtractor.java44 if (SAML2Constants.SP_ROLE.equalsIgnoreCase(entityInfo.role)) {
78 private final String role; field in class:ValidRelayStateExtractor.SAMLEntityInfo
80 private SAMLEntityInfo(final String realm, final String entityID, final String role) { argument
83 this.role = role;
91 * @param role The role of the hosted entity (e.g. SPRole or IDPRole).
94 public static SAMLEntityInfo from(final String realm, final String entityID, final String role) { argument
95 return new SAMLEntityInfo(realm, entityID, role);
100 return "SAMLEntityInfo{" + "realm=" + realm + ", entityID=" + entityID + ", role
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/plugins/
H A DAssertionIDRequestMapper.java51 * @param role SAML authority role, for example,
61 String role, String realm) throws SAML2Exception;
59 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
H A DDefaultAssertionIDRequestMapper.java53 * @param role SAML authority role
60 String role, String realm) throws SAML2Exception {
58 authenticateRequesterURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
H A DDefaultAttributeMapper.java83 String role) throws SAML2Exception {
85 return SAML2Utils.getConfigAttributeMap(realm, hostEntityID, role);
82 getConfigAttributeMap(String realm, String hostEntityID, String role) argument
H A DDefaultAccountMapper.java70 protected String role = null; field in class:DefaultAccountMapper
147 (nameID, hostEntityID, remoteEntityID, realm, role));
183 "Entity " + entityID + " realm =" + realm + " role=" + role);
209 if (IDP.equals(role)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/
H A DDefaultAttributeMapper.java64 protected String role = null; field in class:DefaultAttributeMapper
96 if(role.equals(SP)) {
H A DDefaultAccountMapper.java69 protected String role = null; field in class:DefaultAccountMapper
150 if(role.equals(IDP)) {
163 "Entity " + entityID + " realm =" + realm + " role=" + role);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/wsfederation/plugins/whitelist/
H A DValidWReplyExtractor.java47 if (SAML2Constants.SP_ROLE.equalsIgnoreCase(entityInfo.role)) {
82 private final String role; field in class:ValidWReplyExtractor.WSFederationEntityInfo
84 private WSFederationEntityInfo(final String realm, final String entityID, final String role) { argument
87 this.role = role;
95 * @param role The role of the hosted entity (e.g. SPRole or IDPRole).
98 public static WSFederationEntityInfo from(final String realm, final String entityID, final String role) { argument
99 return new WSFederationEntityInfo(realm, entityID, role);
104 return "WSFederationEntityInfo{" + "realm=" + realm + ", entityID=" + entityID + ", role
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/org/forgerock/openam/saml2/plugins/
H A DValidRelayStateExtractor.java44 if (SAML2Constants.SP_ROLE.equalsIgnoreCase(entityInfo.role)) {
78 private final String role; field in class:ValidRelayStateExtractor.SAMLEntityInfo
80 private SAMLEntityInfo(final String realm, final String entityID, final String role) { argument
83 this.role = role;
91 * @param role The role of the hosted entity (e.g. SPRole or IDPRole).
94 public static SAMLEntityInfo from(final String realm, final String entityID, final String role) { argument
95 return new SAMLEntityInfo(realm, entityID, role);
100 return "SAMLEntityInfo{" + "realm=" + realm + ", entityID=" + entityID + ", role
[all...]
/forgerock/openam-v13/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeMapper.java98 * @param role Parameter ignored.
104 String role) throws SAML2Exception {
103 getConfigAttributeMap(String realm, String hostEntityID, String role) argument
/forgerock/jee-agents-v3.5/jee-agents-jetty/jee-agents-jetty-v61/src/main/java/com/sun/identity/agents/jetty/v61/
H A DAMJettyUserRealm.java76 public boolean isUserInRole(Principal jettyUser, String role) { argument
86 + " required role for the app " + role);
87 if ((role != null) && (username != null)) {
90 hasRole = setRoles.contains(role);
97 + " has secuity role " + role);
120 "AMJettyUserRealm: " + username + " does not have role "
121 + role);
178 String role
[all...]
/forgerock/openam/openam-sts/openam-token-service-sts/src/main/java/org/forgerock/openam/sts/tokengeneration/saml2/statements/
H A DDefaultAttributeMapper.java100 * @param role Parameter ignored.
106 String role) throws SAML2Exception {
105 getConfigAttributeMap(String realm, String hostEntityID, String role) argument
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java62 private String role; field in class:SAMLProperty
69 String role,
75 this.role = role;
101 * @return role
104 return role;
67 SAMLProperty( String name, String role, String bindMethod, String[] attributeNames, String[] mandNames ) argument
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/federation/
H A DSAMLProperty.java62 private String role; field in class:SAMLProperty
69 String role,
75 this.role = role;
101 * @return role
104 return role;
67 SAMLProperty( String name, String role, String bindMethod, String[] attributeNames, String[] mandNames ) argument
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMUser.java79 * @return The Set of filtered role DN's the user is in.
92 * @return The Set of static role DN's the user is in.
105 * @return The Set of static and filtered role DN's the user is in.
116 * Assigns a role to the user.
118 * @param role
127 public void assignRole(AMRole role) throws AMException, SSOException; argument
130 * Assigns a role to the user.
133 * The role DN that the user is assigned to.
144 * Removes a role that is assigned to the user.
146 * @param role
155 removeRole(AMRole role) argument
[all...]
H A DAMUserImpl.java105 * @return The Set of filtered role DN's the user is in.
153 * @return The Set of static role DN's the user is in.
175 debug.message(nsrole + " is not an AM managed role");
183 * @return The Set of static and filtered role DN's the user is in.
209 * Assigns a role to the user.
211 * @param role
214 public void assignRole(AMRole role) throws AMException, SSOException { argument
215 assignRole(role.getDN());
219 * Assigns a role to the user.
222 * The role D
239 removeRole(AMRole role) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/key/
H A DKeyUtil.java143 * @param role The role of the hosted entity.
146 public static Set<PrivateKey> getDecryptionKeys(String realm, String entityID, String role) { argument
147 return getDecryptionKeys(SAML2Utils.getEncryptionCertAliases(realm, entityID, role));
189 * @param role Entity's role.
193 String role) {
197 String index = entityID.trim() + "|" + role;
209 entityID + " in "+role+" role
192 getVerificationCerts(RoleDescriptorType roleDescriptor, String entityID, String role) argument
522 getEncryptionInfo(KeyDescriptorType kd, String entityID, String role) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DAssertionIDRequestUtil.java106 * @param role SAML authority role, for example,
120 String role, String realm, String binding) throws SAML2Exception {
124 samlAuthorityEntityID, role, realm, binding, location);
129 location.toString(), realm, samlAuthorityEntityID, role, roled);
143 * @param role SAML authority role, for example,
156 String role, String realm) throws SAML2Exception {
159 getRoleDescriptorAndLocation(samlAuthorityEntityID, role, realm,
168 samlAuthorityEntityID, role);
118 sendAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm, String binding) argument
154 sendAssertionIDRequestURI( String assertionID, String samlAuthorityEntityID, String role, String realm) argument
271 processAssertionIDRequestURI(HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
380 processAssertionIDRequest( AssertionIDRequest assertionIDRequest, HttpServletRequest request, HttpServletResponse response, String samlAuthorityEntityID, String role, String realm) argument
485 getRoleDescriptorAndLocation( String samlAuthorityEntityID, String role, String realm, String binding, StringBuffer location) argument
582 verifyAssertionIDRequest( AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, String realm) argument
623 signResponse(Response response, String samlAuthorityEntityID, String role, String realm, boolean includeCert) argument
646 fillInBasicAuthInfo(String location, String realm, String samlAuthorityEntityID, String role) argument
671 sendAssertionIDRequestBySOAP( AssertionIDRequest assertionIDRequest, String location, String realm, String samlAuthorityEntityID, String role, RoleDescriptorType roled) argument
715 verifyResponse(Response response, AssertionIDRequest assertionIDRequest, String samlAuthorityEntityID, String role, RoleDescriptorType roled) argument
757 getAssertionIDRequestMapper( String realm, String samlAuthorityEntityID, String role) argument
[all...]

Completed in 886 milliseconds

1234