站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

LDAPRoleImpl - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.identity2.ldap
Class LDAPRoleImpl

java.lang.Object
  extended byorg.jboss.portal.identity2.ldap.LDAPRoleImpl
All Implemented Interfaces:
Role

public class LDAPRoleImpl
extends java.lang.Object
implements Role

Version:
$Revision: 1.1 $
Author:
Boleslaw Dawidowicz

Field Summary
private  java.lang.String displayName
           
private  java.lang.String dn
           
private  java.lang.String id
           
 
Constructor Summary
private LDAPRoleImpl()
           
  LDAPRoleImpl(java.lang.String dn)
           
 
Method Summary
 java.lang.String getDisplayName()
          The role display name used on screens.
 java.lang.String getDn()
           
 java.lang.Object getId()
          The role identifier.
 java.lang.String getName()
          The role name used in security rules.
 java.util.Set getUsers()
          The users.
 void setDisplayName(java.lang.String name)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dn

private java.lang.String dn

id

private java.lang.String id

displayName

private java.lang.String displayName
Constructor Detail

LDAPRoleImpl

private LDAPRoleImpl()

LDAPRoleImpl

public LDAPRoleImpl(java.lang.String dn)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Role
The role name used in security rules. This name can not be modified

Specified by:
getName in interface Role

getDisplayName

public java.lang.String getDisplayName()
Description copied from interface: Role
The role display name used on screens. This name can be modified

Specified by:
getDisplayName in interface Role

setDisplayName

public void setDisplayName(java.lang.String name)
Specified by:
setDisplayName in interface Role

getUsers

public java.util.Set getUsers()
Description copied from interface: Role
The users.

Specified by:
getUsers in interface Role

getDn

public java.lang.String getDn()

setId

public void setId(java.lang.String id)

getId

public java.lang.Object getId()
Description copied from interface: Role
The role identifier.

Specified by:
getId in interface Role