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 Summary
Constructors Constructor Description TrustContactsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addEmptyContact()
java.util.List<org.gluu.model.TrustContact>
getTrustContacts()
java.lang.String
initContacts(GluuSAMLTrustRelationship trustRelationship)
void
removeContact(org.gluu.model.TrustContact contact)
void
saveContacts()
-
-
-
Method Detail
-
initContacts
public java.lang.String initContacts(GluuSAMLTrustRelationship trustRelationship)
-
getTrustContacts
public java.util.List<org.gluu.model.TrustContact> getTrustContacts()
-
removeContact
public void removeContact(org.gluu.model.TrustContact contact)
-
addEmptyContact
public void addEmptyContact()
-
saveContacts
public void saveContacts()
-
-