Uses of Enum Class
pl.edu.icm.unity.engine.api.authn.RemoteAuthnMetadata.Protocol
Packages that use RemoteAuthnMetadata.Protocol
-
Uses of RemoteAuthnMetadata.Protocol in pl.edu.icm.unity.engine.api.authn
Fields in pl.edu.icm.unity.engine.api.authn declared as RemoteAuthnMetadata.ProtocolMethods in pl.edu.icm.unity.engine.api.authn that return RemoteAuthnMetadata.ProtocolModifier 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.Methods in pl.edu.icm.unity.engine.api.authn with parameters of type RemoteAuthnMetadata.ProtocolModifier and TypeMethodDescriptionLoginSession.SerializableRemoteAuthnMetadata.Builder.withProtocol
(RemoteAuthnMetadata.Protocol protocol) Constructors in pl.edu.icm.unity.engine.api.authn with parameters of type RemoteAuthnMetadata.ProtocolModifierConstructorDescriptionRemoteAuthnMetadata
(RemoteAuthnMetadata.Protocol protocol, String remoteIdPId, List<String> classReferences) Creates an instance of aRemoteAuthnMetadata
record class.