Skip to content

Commit

Permalink
CI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
VSC-Service-Account committed Nov 22, 2023
1 parent 8d9dda7 commit e72d059
Show file tree
Hide file tree
Showing 78 changed files with 464 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ typeParameters:
- name: "T"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IClientApplicationBase?alt=com.microsoft.aad.msal4j.IClientApplicationBase&text=IClientApplicationBase\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,19 @@ fields:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final String DESKTOP_BROWSER_NOT_SUPPORTED"
desc: "MSAL was unable to open the user-default browser. This is either because the current platform does not support <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"java.awt.Desktop\"></xref> or <xref uid=\"\" data-throw-if-not-resolved=\"false\" data-raw-source=\"java.awt.Desktop.Action#BROWSE\"></xref>. Interactive requests require that the client have a system default browser. For more details, see https://aka.ms/msal4j-interactive-request"
- uid: "com.microsoft.aad.msal4j.AuthenticationErrorCode.HTTP_TIMEOUT"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorCode.HTTP_TIMEOUT"
name: "HTTP_TIMEOUT"
nameWithType: "AuthenticationErrorCode.HTTP_TIMEOUT"
summary: "Indicates that a timeout occurred during an HTTP call."
modifiers:
- "static"
- "final"
field:
value: "http_timeout"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final String HTTP_TIMEOUT"
desc: "Indicates that a timeout occurred during an HTTP call. If this was thrown in relation to a connection timeout error, there is likely a network issue preventing the library from reaching a service, such as being blocked by a firewall. If this was thrown in relation to a read timeout error, there is likely an issue in the service itself causing a slow response, and this may be resolvable by increasing timeouts. For more details, see https://aka.ms/msal4j-http-client"
- uid: "com.microsoft.aad.msal4j.AuthenticationErrorCode.INVALID_AUTHORIZATION_RESULT"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorCode.INVALID_AUTHORIZATION_RESULT"
name: "INVALID_AUTHORIZATION_RESULT"
Expand Down Expand Up @@ -184,6 +197,32 @@ fields:
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final String MISSING_BROKER"
desc: "Indicates that a Broker implementation is missing from the device, such as when an app developer does not include one of our broker packages as a dependency in their project, or otherwise cannot be accessed by MSAL Java"
- uid: "com.microsoft.aad.msal4j.AuthenticationErrorCode.MSALJAVA_BROKERS_ERROR"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorCode.MSALJAVA_BROKERS_ERROR"
name: "MSALJAVA_BROKERS_ERROR"
nameWithType: "AuthenticationErrorCode.MSALJAVA_BROKERS_ERROR"
summary: "Indicates an error related to the MSAL Java Brokers package"
modifiers:
- "static"
- "final"
field:
value: "brokers_package_error"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final String MSALJAVA_BROKERS_ERROR"
desc: "Indicates an error related to the MSAL Java Brokers package"
- uid: "com.microsoft.aad.msal4j.AuthenticationErrorCode.MSALRUNTIME_INTEROP_ERROR"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorCode.MSALRUNTIME_INTEROP_ERROR"
name: "MSALRUNTIME_INTEROP_ERROR"
nameWithType: "AuthenticationErrorCode.MSALRUNTIME_INTEROP_ERROR"
summary: "Indicates an error from the MSAL Java/MSALRuntime interop layer used by the Java Brokers package, and will generally just be forwarding an error message from the interop layer or MSALRuntime itself"
modifiers:
- "static"
- "final"
field:
value: "interop_package_error"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final String MSALRUNTIME_INTEROP_ERROR"
desc: "Indicates an error from the MSAL Java/MSALRuntime interop layer used by the Java Brokers package, and will generally just be forwarding an error message from the interop layer or MSALRuntime itself"
- uid: "com.microsoft.aad.msal4j.AuthenticationErrorCode.PASSWORD_REQUIRED_FOR_MANAGED_USER"
fullName: "com.microsoft.aad.msal4j.AuthenticationErrorCode.PASSWORD_REQUIRED_FOR_MANAGED_USER"
name: "PASSWORD_REQUIRED_FOR_MANAGED_USER"
Expand Down Expand Up @@ -292,4 +331,4 @@ type: "class"
desc: "Class containing error codes returned by the service or generated by the client"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ fields:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IAcquireTokenParameters?alt=com.microsoft.aad.msal4j.IAcquireTokenParameters&text=IAcquireTokenParameters\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -229,4 +229,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,4 @@ type: "class"
desc: "Parameters for <xref uid=\"com.microsoft.aad.msal4j.AbstractClientApplicationBase.getAuthorizationRequestUrl(com.microsoft.aad.msal4j.AuthorizationRequestUrlParameters)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AbstractClientApplicationBase#getAuthorizationRequestUrl(AuthorizationRequestUrlParameters)\"></xref>"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ methods:
desc: "All the national clouds authenticate users separately in each environment and have separate authentication endpoints. AzureCloudEndpoint is an utility enum containing URLs for each of the national clouds endpoints, as well as the public cloud endpoint\n\nFor more details see: https://aka.ms/msal4j-national-cloud"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ type: "class"
desc: "Represents the claims request parameter as an object"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ type: "class"
desc: "Factory for creating client credentials used in confidential client flows. For more details, see https://aka.ms/msal4j-client-credentials"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IAcquireTokenParameters?alt=com.microsoft.aad.msal4j.IAcquireTokenParameters&text=IAcquireTokenParameters\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IConfidentialClientApplication?alt=com.microsoft.aad.msal4j.IConfidentialClientApplication&text=IConfidentialClientApplication\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ type: "class"
desc: "Response returned from the STS device code endpoint containing information necessary for device code flow"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ methods:
type: "class"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IAcquireTokenParameters?alt=com.microsoft.aad.msal4j.IAcquireTokenParameters&text=IAcquireTokenParameters\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
46 changes: 43 additions & 3 deletions java/docs-ref-autogen/com.microsoft.aad.msal4j.HttpMethod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uid: "com.microsoft.aad.msal4j.HttpMethod"
fullName: "com.microsoft.aad.msal4j.HttpMethod"
name: "HttpMethod"
nameWithType: "HttpMethod"
summary: "Http request method."
summary: "An enumerator representing common HTTP request methods."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Enum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
Expand All @@ -30,18 +30,58 @@ inheritedClassMethods:
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public enum **HttpMethod**</br> extends <xref href=\"java.lang.Enum?alt=java.lang.Enum&text=Enum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.aad.msal4j.HttpMethod?alt=com.microsoft.aad.msal4j.HttpMethod&text=HttpMethod\" data-throw-if-not-resolved=\"False\" />&gt;"
fields:
- uid: "com.microsoft.aad.msal4j.HttpMethod.CONNECT"
fullName: "com.microsoft.aad.msal4j.HttpMethod.CONNECT"
name: "CONNECT"
nameWithType: "HttpMethod.CONNECT"
summary: "The HTTP CONNECT method."
desc: "The HTTP CONNECT method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.DELETE"
fullName: "com.microsoft.aad.msal4j.HttpMethod.DELETE"
name: "DELETE"
nameWithType: "HttpMethod.DELETE"
summary: "The HTTP DELETE method."
desc: "The HTTP DELETE method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.GET"
fullName: "com.microsoft.aad.msal4j.HttpMethod.GET"
name: "GET"
nameWithType: "HttpMethod.GET"
summary: "The HTTP GET method."
desc: "The HTTP GET method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.HEAD"
fullName: "com.microsoft.aad.msal4j.HttpMethod.HEAD"
name: "HEAD"
nameWithType: "HttpMethod.HEAD"
summary: "The HTTP HEAD method."
desc: "The HTTP HEAD method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.OPTIONS"
fullName: "com.microsoft.aad.msal4j.HttpMethod.OPTIONS"
name: "OPTIONS"
nameWithType: "HttpMethod.OPTIONS"
summary: "The HTTP OPTIONS method."
desc: "The HTTP OPTIONS method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.POST"
fullName: "com.microsoft.aad.msal4j.HttpMethod.POST"
name: "POST"
nameWithType: "HttpMethod.POST"
summary: "The HTTP POST method."
desc: "The HTTP POST method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.PUT"
fullName: "com.microsoft.aad.msal4j.HttpMethod.PUT"
name: "PUT"
nameWithType: "HttpMethod.PUT"
summary: "The HTTP PUT method."
desc: "The HTTP PUT method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.TRACE"
fullName: "com.microsoft.aad.msal4j.HttpMethod.TRACE"
name: "TRACE"
nameWithType: "HttpMethod.TRACE"
summary: "The HTTP TRACE method."
desc: "The HTTP TRACE method."
- uid: "com.microsoft.aad.msal4j.HttpMethod.methodName"
fullName: "com.microsoft.aad.msal4j.HttpMethod.methodName"
name: "methodName"
nameWithType: "HttpMethod.methodName"
methods:
- uid: "com.microsoft.aad.msal4j.HttpMethod.valueOf(java.lang.String)"
fullName: "com.microsoft.aad.msal4j.HttpMethod.valueOf(String name)"
Expand All @@ -64,7 +104,7 @@ methods:
syntax: "public static HttpMethod[] values()"
returns:
type: "<xref href=\"com.microsoft.aad.msal4j.HttpMethod?alt=com.microsoft.aad.msal4j.HttpMethod&text=HttpMethod\" data-throw-if-not-resolved=\"False\" />[]"
desc: "Http request method."
desc: "An enumerator representing common HTTP request methods."
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ type: "class"
desc: "Contains information about outgoing HTTP request. Should be adapted to HTTP request for HTTP client of choice"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ implements:
- "<xref href=\"com.microsoft.aad.msal4j.IHttpResponse?alt=com.microsoft.aad.msal4j.IHttpResponse&text=IHttpResponse\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ implements:
- "<xref href=\"java.io.Serializable?alt=java.io.Serializable&text=Serializable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ implements:
- "<xref href=\"java.io.Serializable?alt=java.io.Serializable&text=Serializable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.aad.msal4j"
artifact: com.microsoft.azure:msal4j:1.13.8
artifact: com.microsoft.azure:msal4j:1.14.0
Loading

0 comments on commit e72d059

Please sign in to comment.