Package | Description |
---|---|
org.jboss.resteasy.skeleton.key.idm | |
org.jboss.resteasy.skeleton.key.idm.adapters.infinispan | |
org.jboss.resteasy.skeleton.key.idm.service |
Modifier and Type | Method and Description |
---|---|
RoleMapping |
IdentityManager.create(Realm realm,
Resource resource,
User user,
RoleMapping mapping) |
RoleMapping |
IdentityManager.create(Realm realm,
User user,
RoleMapping mapping) |
RoleMapping |
IdentityManager.getRoleMapping(Realm realm,
Resource resource,
User user) |
RoleMapping |
IdentityManager.getRoleMapping(Realm realm,
User user) |
RoleMapping |
IdentityManager.getRoleMapping(String id) |
Modifier and Type | Method and Description |
---|---|
List<RoleMapping> |
IdentityManager.getRoleMappings(Realm realm) |
List<RoleMapping> |
IdentityManager.getRoleMappings(Realm realm,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
RoleMapping |
IdentityManager.create(Realm realm,
Resource resource,
User user,
RoleMapping mapping) |
RoleMapping |
IdentityManager.create(Realm realm,
User user,
RoleMapping mapping) |
void |
IdentityManager.delete(RoleMapping role) |
Modifier and Type | Method and Description |
---|---|
RoleMapping |
InfinispanIDM.create(Realm realm,
Resource resource,
User user,
RoleMapping mapping) |
RoleMapping |
InfinispanIDM.create(Realm realm,
User user,
RoleMapping mapping) |
RoleMapping |
InfinispanIDM.getRoleMapping(Realm realm,
Resource resource,
User user) |
RoleMapping |
InfinispanIDM.getRoleMapping(Realm realm,
User user) |
RoleMapping |
InfinispanIDM.getRoleMapping(String id) |
Modifier and Type | Method and Description |
---|---|
List<RoleMapping> |
InfinispanIDM.getRoleMappings(Realm realm) |
List<RoleMapping> |
InfinispanIDM.getRoleMappings(Realm realm,
Resource resource) |
Modifier and Type | Method and Description |
---|---|
RoleMapping |
InfinispanIDM.create(Realm realm,
Resource resource,
User user,
RoleMapping mapping) |
RoleMapping |
InfinispanIDM.create(Realm realm,
User user,
RoleMapping mapping) |
void |
InfinispanIDM.delete(RoleMapping role) |
Modifier and Type | Method and Description |
---|---|
protected RoleMapping |
RealmFactory.createRoleMapping(Map<String,User> userMap,
RoleMappingRepresentation mapping) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.