Uses of Interface
org.osgi.service.useradmin.Role
-
Packages that use Role Package Description org.osgi.service.useradmin -
-
Uses of Role in org.osgi.service.useradmin
Subinterfaces of Role in org.osgi.service.useradmin Modifier and Type Interface Description interfaceGroupA named grouping of roles (Roleobjects).interfaceUserAUserrole managed by a User Admin service.Methods in org.osgi.service.useradmin that return Role Modifier and Type Method Description RoleUserAdmin. createRole(java.lang.String name, int type)Creates aRoleobject with the given name and of the given type.Role[]Group. getMembers()Gets the basic members of thisGroupobject.Role[]Group. getRequiredMembers()Gets the required members of thisGroupobject.RoleUserAdmin. getRole(java.lang.String name)Gets theRoleobject with the givennamefrom this User Admin service.RoleUserAdminEvent. getRole()Gets theRoleobject this event was generated for.Role[]UserAdmin. getRoles(java.lang.String filter)Gets theRoleobjects managed by this User Admin service that have properties matching the specified LDAP filter criteria.Methods in org.osgi.service.useradmin with parameters of type Role Modifier and Type Method Description booleanGroup. addMember(Role role)Adds the specifiedRoleobject as a basic member to thisGroupobject.booleanGroup. addRequiredMember(Role role)Adds the specifiedRoleobject as a required member to thisGroupobject.booleanGroup. removeMember(Role role)Removes the specifiedRoleobject from thisGroupobject.Constructors in org.osgi.service.useradmin with parameters of type Role Constructor Description UserAdminEvent(org.osgi.framework.ServiceReference ref, int type, Role role)Constructs aUserAdminEventobject from the givenServiceReferenceobject, event type, andRoleobject.
-