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.ProtocolModifier and TypeFieldDescriptionLoginSession.SerializableRemoteAuthnMetadata.protocolRemoteAuthnMetadata.protocolMethods in pl.edu.icm.unity.engine.api.authn that return RemoteAuthnMetadata.ProtocolModifier and TypeMethodDescriptionstatic RemoteAuthnMetadata.ProtocolReturns 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)