Package org.gluu.oxtrust.action
Class FederationProposalsInventoryAction
- java.lang.Object
-
- org.gluu.oxtrust.action.FederationProposalsInventoryAction
-
- All Implemented Interfaces:
java.io.Serializable
@ConversationScoped @Named("federationProposalsInventoryAction") @Secure("#{permissionService.hasPermission(\'trust\', \'access\')}") public class FederationProposalsInventoryAction extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected AttributeService
attributeService
-
Constructor Summary
Constructors Constructor Description FederationProposalsInventoryAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GluuSAMLFederationProposal>
getProposalsList()
void
setTrustedSpList(java.util.List<GluuSAMLFederationProposal> trustedSpList)
java.lang.String
start()
-
-
-
Field Detail
-
attributeService
@Inject protected AttributeService attributeService
-
-
Method Detail
-
start
public java.lang.String start()
-
getProposalsList
public java.util.List<GluuSAMLFederationProposal> getProposalsList()
-
setTrustedSpList
public void setTrustedSpList(java.util.List<GluuSAMLFederationProposal> trustedSpList)
-
-