Package org.gluu.oxtrust.action.radius
Class UpdateGluuRadiusConfigAction
- java.lang.Object
-
- org.gluu.oxtrust.action.radius.UpdateGluuRadiusConfigAction
-
- All Implemented Interfaces:
java.io.Serializable
@Named("updateGluuRadiusConfigAction") @ConversationScoped @Secure("#{permissionService.hasPermission(\'radius\',\'access\')}") public class UpdateGluuRadiusConfigAction extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateGluuRadiusConfigAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
acceptSelectedScopes()
java.lang.String
cancel()
void
cancelSelectedScopes()
java.util.List<org.gluu.model.SelectableEntity<org.oxauth.persistence.model.Scope>>
getAvailableScopes()
java.util.List<OxAuthClient>
getOpenidClients()
java.util.List<java.lang.String>
getRoPasswordScripts()
java.util.List<org.oxauth.persistence.model.Scope>
getScopes()
org.gluu.radius.model.ServerConfiguration
getServerConfiguration()
void
init()
void
removeScope(java.lang.String scopeDn)
java.lang.String
save()
void
searchAvailableScopes()
-
-
-
Method Detail
-
init
public void init()
-
getRoPasswordScripts
public java.util.List<java.lang.String> getRoPasswordScripts()
-
getOpenidClients
public java.util.List<OxAuthClient> getOpenidClients()
-
getServerConfiguration
public org.gluu.radius.model.ServerConfiguration getServerConfiguration()
-
getScopes
public java.util.List<org.oxauth.persistence.model.Scope> getScopes()
-
searchAvailableScopes
public void searchAvailableScopes()
-
getAvailableScopes
public java.util.List<org.gluu.model.SelectableEntity<org.oxauth.persistence.model.Scope>> getAvailableScopes()
-
removeScope
public void removeScope(java.lang.String scopeDn)
-
acceptSelectedScopes
public void acceptSelectedScopes()
-
cancelSelectedScopes
public void cancelSelectedScopes()
-
save
public java.lang.String save()
-
cancel
public java.lang.String cancel()
-
-