Package org.gluu.oxtrust.action
Class TrustContactsAction
- java.lang.Object
- 
- org.gluu.oxtrust.action.TrustContactsAction
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 @ConversationScoped @Named("trustContactsAction") @Secure("#{permissionService.hasPermission(\'trust\', \'access\')}") public class TrustContactsAction extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description TrustContactsAction()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEmptyContact()java.util.List<org.gluu.model.TrustContact>getTrustContacts()java.lang.StringinitContacts(GluuSAMLTrustRelationship trustRelationship)voidremoveContact(org.gluu.model.TrustContact contact)voidsaveContacts()
 
- 
- 
- 
Method Detail- 
initContactspublic java.lang.String initContacts(GluuSAMLTrustRelationship trustRelationship) 
 - 
getTrustContactspublic java.util.List<org.gluu.model.TrustContact> getTrustContacts() 
 - 
removeContactpublic void removeContact(org.gluu.model.TrustContact contact) 
 - 
addEmptyContactpublic void addEmptyContact() 
 - 
saveContactspublic void saveContacts() 
 
- 
 
-