Searched defs:roles (Results 1 - 20 of 20) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-jetty/jee-agents-jetty-v7/src/main/java/org/forgerock/agents/jetty/v7/
H A DAgentCredential.java35 private Set<String> roles; field in class:AgentCredential
58 roles = authResult.getAttributes();
66 * Returns the list of roles that the user has. This is actually retrieved during the authentication process.
71 if (roles == null) {
75 return roles;
/forgerock/openidm-v4/openidm-audit/src/main/java/org/forgerock/openidm/audit/filter/
H A DAuditFilter.java262 public static final String ROLES = "roles";
266 return roles((List<String>) context.asContext(SecurityContext.class).getAuthorization().get("roles"));
271 public T roles(List<String> roles) { argument
272 Reject.ifNull(roles);
273 jsonValue.put(ROLES, roles);
/forgerock/openidm-v4/openidm-authnfilter/src/main/java/org/forgerock/openidm/auth/modules/
H A DSecurityContextMapper.java123 SecurityContextMapper setRoles(List<String> roles) { argument
124 authData.get(AUTHORIZATION).put(AUTHZID_ROLES, new ArrayList<String>(roles));
/forgerock/openidm-v4/openidm-repo-orientdb/src/main/java/org/forgerock/openidm/repo/orientdb/impl/
H A DDBHelper.java391 // Populates the default roles
439 String user, String pwd, List roles) throws InvalidException {
445 defaultAdmin.put("roles", roles);
438 populateDefaultUser(String defaultTableName, ODatabaseDocumentTx db, String user, String pwd, List roles) argument
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java662 private static Set getEntityRolesTypes(Collection roles) { argument
664 for (Iterator i = roles.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaManager.java665 private static Set getEntityRolesTypes(Collection roles) { argument
667 for (Iterator i = roles.iterator(); i.hasNext(); ) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganizationalUnit.java421 * Creates roles.
423 * @param roles
432 public Set createRoles(Set roles) throws AMException, SSOException; argument
435 * Creates roles.
437 * @param roles
447 public Set createRoles(Map roles) throws AMException, SSOException; argument
450 * Deletes roles.
452 * @param roles
453 * The set of roles' DNs to be deleted.
460 public void deleteRoles(Set roles) throw argument
590 createFilteredRoles(Set roles) argument
605 createFilteredRoles(Map roles) argument
618 deleteFilteredRoles(Set roles) argument
[all...]
H A DAMOrganization.java451 * Creates roles.
453 * @param roles
462 public Set createRoles(Set roles) throws AMException, SSOException; argument
465 * Creates roles.
467 * @param roles
477 public Set createRoles(Map roles) throws AMException, SSOException; argument
480 * Deletes roles.
482 * @param roles
483 * The set of roles' DNs to be deleted.
490 public void deleteRoles(Set roles) throw argument
625 createFilteredRoles(Set roles) argument
640 createFilteredRoles(Map roles) argument
653 deleteFilteredRoles(Set roles) argument
[all...]
H A DAMOrganizationImpl.java580 * Creates roles.
582 * @param roles
592 Set roles = new HashSet();
602 roles.add(roleImpl);
605 return roles;
609 * Creates roles.
611 * @param roles
620 public Set createRoles(Map roles) throws AMException, SSOException { argument
621 Iterator iter = roles.keySet().iterator();
629 Map attributes = (Map) roles
843 createFilteredRoles(Map roles) argument
[all...]
H A DAMOrganizationalUnitImpl.java521 * Creates roles.
523 * @param roles
533 Set roles = new HashSet();
540 roles.add(roleImpl);
543 return roles;
547 * Creates roles.
549 * @param roles
558 public Set createRoles(Map roles) throws AMException, SSOException { argument
559 Iterator iter = roles.keySet().iterator();
567 Map attributes = (Map) roles
781 createFilteredRoles(Map roles) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMOrganizationalUnit.java421 * Creates roles.
423 * @param roles
432 public Set createRoles(Set roles) throws AMException, SSOException; argument
435 * Creates roles.
437 * @param roles
447 public Set createRoles(Map roles) throws AMException, SSOException; argument
450 * Deletes roles.
452 * @param roles
453 * The set of roles' DNs to be deleted.
460 public void deleteRoles(Set roles) throw argument
590 createFilteredRoles(Set roles) argument
605 createFilteredRoles(Map roles) argument
618 deleteFilteredRoles(Set roles) argument
[all...]
H A DAMOrganization.java451 * Creates roles.
453 * @param roles
462 public Set createRoles(Set roles) throws AMException, SSOException; argument
465 * Creates roles.
467 * @param roles
477 public Set createRoles(Map roles) throws AMException, SSOException; argument
480 * Deletes roles.
482 * @param roles
483 * The set of roles' DNs to be deleted.
490 public void deleteRoles(Set roles) throw argument
625 createFilteredRoles(Set roles) argument
640 createFilteredRoles(Map roles) argument
653 deleteFilteredRoles(Set roles) argument
[all...]
H A DAMOrganizationImpl.java580 * Creates roles.
582 * @param roles
592 Set roles = new HashSet();
602 roles.add(roleImpl);
605 return roles;
609 * Creates roles.
611 * @param roles
620 public Set createRoles(Map roles) throws AMException, SSOException { argument
621 Iterator iter = roles.keySet().iterator();
629 Map attributes = (Map) roles
843 createFilteredRoles(Map roles) argument
[all...]
H A DAMOrganizationalUnitImpl.java521 * Creates roles.
523 * @param roles
533 Set roles = new HashSet();
540 roles.add(roleImpl);
543 return roles;
547 * Creates roles.
549 * @param roles
558 public Set createRoles(Map roles) throws AMException, SSOException { argument
559 Iterator iter = roles.keySet().iterator();
567 Map attributes = (Map) roles
781 createFilteredRoles(Map roles) argument
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/mssql/scripts/
H A Dopenidm.sql439 roles NTEXT NULL ,
476 roles NVARCHAR(1024) NULL ,
660 INSERT INTO [openidm].[internaluser] (objectid, rev, pwd, roles) VALUES (N'openidm-admin', '0', 'openidm-admin', '[ { "_ref" : "repo/internal/role/openidm-admin" }, { "_ref" : "repo/internal/role/openidm-authorized" } ]');
663 INSERT INTO [openidm].[internaluser] (objectid, rev, pwd, roles) VALUES ('anonymous', '0', 'anonymous', '[ { "_ref" : "repo/internal/role/openidm-reg" } ]');
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java414 * Sets the collection of roles to which the ACI applies
416 * @param roles
417 * the collection of roles to which the ACI applies
421 public void setRoles(Collection roles) { argument
422 _roles = roles;
426 * Gets the collection of roles to which the ACI applies
428 * @return the collection of roles to which the ACI applies
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/aci/
H A DACI.java414 * Sets the collection of roles to which the ACI applies
416 * @param roles
417 * the collection of roles to which the ACI applies
421 public void setRoles(Collection roles) { argument
422 _roles = roles;
426 * Gets the collection of roles to which the ACI applies
428 * @return the collection of roles to which the ACI applies
/forgerock/openidm-v4/openidm-zip/src/main/resources/db/db2/scripts/
H A Dopenidm.sql412 roles CLOB(2M) NULL ,
428 roles VARCHAR(1024),
590 INSERT INTO sopenidm.internaluser (objectid, rev, pwd, roles) VALUES ('openidm-admin', '0', 'openidm-admin', '[ { "_ref" : "repo/internal/role/openidm-admin" }, { "_ref" : "repo/internal/role/openidm-authorized" } ]');
591 INSERT INTO sopenidm.internaluser (objectid, rev, pwd, roles) VALUES ('anonymous', '0', 'anonymous', '[ { "_ref" : "repo/internal/role/openidm-reg" } ]');
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 191 milliseconds