|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.security.LdapSecurityProviderImpl
public class LdapSecurityProviderImpl
Implements the IPortalSecurityProvider interface defining method to get the system and user roles.
Constructor Summary | |
---|---|
LdapSecurityProviderImpl()
|
Method Summary | |
---|---|
boolean |
authenticateUser(java.lang.String userName,
byte[] password)
Authenticate a user |
java.util.List |
getAllProfileAttributesNames()
Gets the list of names of all attributes of all profiles . |
java.util.List |
getRoles()
Get all the roles |
java.util.List |
getUserRoles(java.lang.String user,
it.eng.spago.base.SourceBean config)
Get the list of the user roles. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LdapSecurityProviderImpl()
Method Detail |
---|
public java.util.List getRoles()
getRoles
in interface it.eng.spagobi.security.IPortalSecurityProvider
public java.util.List getUserRoles(java.lang.String user, it.eng.spago.base.SourceBean config)
getUserRoles
in interface it.eng.spagobi.security.IPortalSecurityProvider
user
- Usernameconfig
- The SourceBean configuration
public java.util.List getAllProfileAttributesNames()
getAllProfileAttributesNames
in interface it.eng.spagobi.security.IPortalSecurityProvider
public boolean authenticateUser(java.lang.String userName, byte[] password)
authenticateUser
in interface it.eng.spagobi.security.IPortalSecurityProvider
userName
- the usernamepassword
- bytes of the password, certificate, ...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |