Package com.okta.sdk.resource.model
Class SamlAttributeStatement
java.lang.Object
com.okta.sdk.resource.model.SamlAttributeStatement
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SamlAttributeStatement
extends Object
implements Serializable
Define custom attribute statements for the integration. These statements are inserted into the SAML assertions shared
with your app
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddvaluesItem
(String valuesItem) boolean
filterType
(String filterType) filterValue
(String filterValue) Get filterTypeGet filterValuegetName()
Get nameGet namespacegetType()
Get typeGet valuesint
hashCode()
void
setFilterType
(String filterType) void
setFilterValue
(String filterValue) void
void
setNamespace
(String namespace) void
void
toString()
-
Field Details
-
JSON_PROPERTY_FILTER_TYPE
- See Also:
-
JSON_PROPERTY_FILTER_VALUE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUES
- See Also:
-
-
Constructor Details
-
SamlAttributeStatement
public SamlAttributeStatement()
-
-
Method Details
-
filterType
-
getFilterType
Get filterType- Returns:
- filterType
-
setFilterType
-
filterValue
-
getFilterValue
Get filterValue- Returns:
- filterValue
-
setFilterValue
-
name
-
getName
Get name- Returns:
- name
-
setName
-
namespace
-
getNamespace
Get namespace- Returns:
- namespace
-
setNamespace
-
type
-
getType
Get type- Returns:
- type
-
setType
-
values
-
addvaluesItem
-
getValues
Get values- Returns:
- values
-
setValues
-
equals
-
hashCode
public int hashCode() -
toString
-