|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPortalSecurityProvider
This is interface for gethering security information from portal server. A Specific subclass exists for each portal server.
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 defined in the portal server. |
java.util.List |
getRoles()
|
java.util.List |
getUserRoles(java.lang.String user,
it.eng.spago.base.SourceBean config)
Get the list of the user roles. |
Method Detail |
---|
java.util.List getRoles()
java.util.List getUserRoles(java.lang.String user, it.eng.spago.base.SourceBean config)
user
- Usernameconfig
- The configuration SourceBean
java.util.List getAllProfileAttributesNames()
boolean authenticateUser(java.lang.String userName, byte[] password)
userName
- the usernamepassword
- bytes of the password, certificate, ...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |