Class OpenIdConnectCredential.OpenIdUser
- java.lang.Object
-
- org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
-
- All Implemented Interfaces:
Serializable,FessUser
- Enclosing class:
- OpenIdConnectCredential
public static class OpenIdConnectCredential.OpenIdUser extends Object implements FessUser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOpenIdUser(String name, String[] groups, String[] roles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getGroupNames()StringgetName()String[]getPermissions()String[]getRoleNames()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.codelibs.fess.entity.FessUser
isEditable, refresh
-
-
-
-
Method Detail
-
getRoleNames
public String[] getRoleNames()
- Specified by:
getRoleNamesin interfaceFessUser
-
getGroupNames
public String[] getGroupNames()
- Specified by:
getGroupNamesin interfaceFessUser
-
getPermissions
public String[] getPermissions()
- Specified by:
getPermissionsin interfaceFessUser
-
-