Package org.gluu.oxtrust.action
Class RelyingPartyAction
java.lang.Object
org.gluu.oxtrust.action.RelyingPartyAction
- All Implemented Interfaces:
Serializable
@ConversationScoped
@Named("relyingPartyAction")
@Secure("#{permissionService.hasPermission(\'trust\', \'access\')}")
public class RelyingPartyAction
extends Object
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
getProfileConfiguration
(String profileConfigurationName) boolean
void
handleUnspecifiedNameIDFormatSupportedCheckBox
(javax.faces.event.ValueChangeEvent event) void
init()
void
initAcrs()
boolean
isProfileConfigurationSelected
(String profileConfigurationName) boolean
void
setAllAcrs
(List<String> allAcrs) void
setAssertionLifetime
(int assertionLifetime) void
setAssertionProxyCount
(int assertionProxyCount) void
setAvailableProfileConfigurations
(List<String> availableList) void
setDefaultAuthenticationMethod
(String method) void
setEncryptAssertions
(String encryptAssertions) void
setEncryptNameIds
(String encryptNameIds) void
setIncludeAttributeStatement
(boolean includeAttributeStatement) void
setNameIDFormatPrecedence
(String nameIDFormatPrecedence) void
setProfileConfigurations
(List<String> profileConfigurations) void
setSelectedList
(Set<ProfileConfiguration> selectedList) void
setSignAssertions
(String signAssertions) void
setSignRequests
(String signRequests) void
setSignResponses
(String signResponses) void
setSupportedNameIdFormats
(List<String> supportedNameIdFormats) void
setUnspecifiedNameIDFormatSupported
(boolean unspecifiedNameIDFormatSupported) void
showFile()
-
Constructor Details
-
RelyingPartyAction
public RelyingPartyAction()
-
-
Method Details
-
init
-
getSupportedNameIdFormats
-
setSupportedNameIdFormats
-
getAllAcrs
-
setAllAcrs
-
initProfileConfigurations
-
getProfileConfigurations
-
setProfileConfigurations
-
isProfileConfigurationSelected
-
getProfileConfiguration
-
getAvailableProfileConfigurations
-
setAvailableProfileConfigurations
-
setSelectedList
-
getSelectedList
-
saveFilters
-
initAcrs
public void initAcrs() -
getProfileConfigurationSelected
-
updateProfileConfigurations
-
getIncludeAttributeStatement
public boolean getIncludeAttributeStatement() -
setIncludeAttributeStatement
public void setIncludeAttributeStatement(boolean includeAttributeStatement) -
getSignResponses
-
setSignResponses
-
getSignAssertions
-
setSignAssertions
-
getSignRequests
-
setSignRequests
-
getAssertionLifetime
public int getAssertionLifetime() -
setAssertionLifetime
public void setAssertionLifetime(int assertionLifetime) -
getEncryptNameIds
-
setEncryptNameIds
-
getEncryptAssertions
-
setEncryptAssertions
-
getAssertionProxyCount
public int getAssertionProxyCount() -
setAssertionProxyCount
public void setAssertionProxyCount(int assertionProxyCount) -
getDefaultAuthenticationMethod
-
setDefaultAuthenticationMethod
-
getNameIDFormatPrecedence
-
setNameIDFormatPrecedence
-
handleUnspecifiedNameIDFormatSupportedCheckBox
public void handleUnspecifiedNameIDFormatSupportedCheckBox(javax.faces.event.ValueChangeEvent event) -
showFile
public void showFile() -
getFileWrappers
-
isUnspecifiedNameIDFormatSupported
public boolean isUnspecifiedNameIDFormatSupported() -
getUnspecifiedNameIDFormatSupported
public boolean getUnspecifiedNameIDFormatSupported() -
setUnspecifiedNameIDFormatSupported
public void setUnspecifiedNameIDFormatSupported(boolean unspecifiedNameIDFormatSupported)
-