Package com.linecorp.armeria.server.saml
Class SamlNameIdPolicy
java.lang.Object
com.linecorp.armeria.server.saml.SamlNameIdPolicy
SAML name ID format and its option.
-
Method Summary
Modifier and TypeMethodDescriptionformat()
Returns aSamlNameIdFormat
of thisSamlNameIdPolicy
.boolean
Returns whether thisSamlNameIdPolicy
allows to create a new name ID.static SamlNameIdPolicy
of
(SamlNameIdFormat format, boolean isCreatable) static SamlNameIdPolicy
ofCreatable
(SamlNameIdFormat format) toString()
-
Method Details
-
ofCreatable
-
of
-
format
Returns aSamlNameIdFormat
of thisSamlNameIdPolicy
. -
isCreatable
public boolean isCreatable()Returns whether thisSamlNameIdPolicy
allows to create a new name ID. -
toString
-