Serialized Form
-
Package com.azure.spring.cloud.autoconfigure.aad.filter
-
Class com.azure.spring.cloud.autoconfigure.aad.filter.UserPrincipal
class UserPrincipal extends Object implements Serializable- serialVersionUID:
- -3725690847771476854L
-
Serialized Fields
-
aadIssuedBearerToken
String aadIssuedBearerToken
The AAD issued bearer token -
accessTokenForGraphApi
String accessTokenForGraphApi
The access token for Graph API -
groups
Set<String> groups
All groups in aadIssuedBearerToken. Including the ones not exist in aadAuthenticationProperties.getUserGroup() .getAllowedGroups() -
jwsObject
com.nimbusds.jose.JWSObject jwsObject
The JWS object -
jwtClaimsSet
com.nimbusds.jwt.JWTClaimsSet jwtClaimsSet
The JWT claims set -
roles
Set<String> roles
All roles in aadIssuedBearerToken.
-
-
-
Package com.azure.spring.cloud.autoconfigure.jms
-
Class com.azure.spring.cloud.autoconfigure.jms.ServiceBusJmsConnectionFactory
class ServiceBusJmsConnectionFactory extends org.apache.qpid.jms.JmsConnectionFactory implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-