Uses of Enum Class
pl.edu.icm.unity.engine.api.authn.RemoteAuthnMetadata.Protocol
-
Uses of RemoteAuthnMetadata.Protocol in pl.edu.icm.unity.engine.api.authn
Modifier and TypeMethodDescriptionRemoteAuthnMetadata.protocol()
Returns the value of theprotocol
record component.static RemoteAuthnMetadata.Protocol
Returns the enum constant of this class with the specified name.static RemoteAuthnMetadata.Protocol[]
RemoteAuthnMetadata.Protocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionLoginSession.SerializableRemoteAuthnMetadata.Builder.withProtocol
(RemoteAuthnMetadata.Protocol protocol) ModifierConstructorDescriptionRemoteAuthnMetadata
(RemoteAuthnMetadata.Protocol protocol, String remoteIdPId, List<String> classReferences) Creates an instance of aRemoteAuthnMetadata
record class.